package kotlin.coroutines.jvm.internal; /* loaded from: classes2.dex */ public abstract class j extends a { public j(v8.d dVar) { super(dVar); if (dVar != null) { if (!(dVar.getContext() == v8.h.f14943a)) { throw new IllegalArgumentException("Coroutines with restricted suspension must have EmptyCoroutineContext".toString()); } } } @Override // v8.d public v8.g getContext() { return v8.h.f14943a; } }