package C4;

import A4.k;

/* JADX INFO: loaded from: classes3.dex */
public abstract class h extends a {
    public h(A4.d dVar) {
        super(dVar);
        if (dVar != null && dVar.getContext() != k.f106a) {
            throw new IllegalArgumentException("Coroutines with restricted suspension must have EmptyCoroutineContext");
        }
    }

    @Override // A4.d
    public A4.j getContext() {
        return k.f106a;
    }
}
