package f.w.k.a;

/* JADX INFO: compiled from: ContinuationImpl.kt */
/* JADX INFO: loaded from: classes.dex */
public final class c implements f.w.d<Object> {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final c f3975b = new c();

    private c() {
    }

    @Override // f.w.d
    public f.w.g getContext() {
        throw new IllegalStateException("This continuation is already complete".toString());
    }

    @Override // f.w.d
    public void resumeWith(Object obj) {
        throw new IllegalStateException("This continuation is already complete".toString());
    }

    public String toString() {
        return "This continuation is already complete";
    }
}
