package kotlin.coroutines.jvm.internal;

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

    @Override // q1.d
    public q1.g getContext() {
        return q1.h.f6277b;
    }
}
