package d.k0.f.a;

import d.n;

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

    @Override // d.k0.a
    public d.k0.c f() {
        return d.k0.d.f2603c;
    }
}
