25 lines
739 B
Java
25 lines
739 B
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.gbs, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class C14917gbs implements InterfaceC14907gbi<Object> {
|
||
|
public static final C14917gbs e = new C14917gbs();
|
||
|
|
||
|
private C14917gbs() {
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC14907gbi
|
||
|
public final InterfaceC14912gbn getContext() {
|
||
|
throw new IllegalStateException("This continuation is already complete".toString());
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC14907gbi
|
||
|
public final void resumeWith(Object obj) {
|
||
|
throw new IllegalStateException("This continuation is already complete".toString());
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
return "This continuation is already complete";
|
||
|
}
|
||
|
}
|