package j.m0.f.a;

/* JADX INFO: compiled from: ContinuationImpl.kt */
/* JADX INFO: loaded from: classes.dex */
public abstract class h extends a {
    public h(j.m0.a<Object> aVar) {
        super(aVar);
        if (aVar != null) {
            if (!(aVar.c() == j.m0.d.b)) {
                throw new IllegalArgumentException("Coroutines with restricted suspension must have EmptyCoroutineContext".toString());
            }
        }
    }

    @Override // j.m0.a
    public j.m0.c c() {
        return j.m0.d.b;
    }
}
