You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
782 B
28 lines
782 B
package p018f1;
|
|
|
|
import p012d1.InterfaceC0629d;
|
|
import p012d1.InterfaceC0633f;
|
|
|
|
/* renamed from: f1.b */
|
|
/* loaded from: classes.dex */
|
|
public final class C0714b implements InterfaceC0629d<Object> {
|
|
|
|
/* renamed from: d */
|
|
public static final C0714b f2297d = new C0714b();
|
|
|
|
@Override // p012d1.InterfaceC0629d
|
|
/* renamed from: d */
|
|
public InterfaceC0633f mo595d() {
|
|
throw new IllegalStateException("This continuation is already complete".toString());
|
|
}
|
|
|
|
@Override // p012d1.InterfaceC0629d
|
|
/* renamed from: i */
|
|
public void mo591i(Object obj) {
|
|
throw new IllegalStateException("This continuation is already complete".toString());
|
|
}
|
|
|
|
public String toString() {
|
|
return "This continuation is already complete";
|
|
}
|
|
} |