package kotlinx.coroutines.o2;

import kotlinx.coroutines.n0;

/* JADX INFO: compiled from: Scopes.kt */
/* JADX INFO: loaded from: classes.dex */
public final class d implements n0 {
    private final h.u.g b;

    public d(h.u.g gVar) {
        this.b = gVar;
    }

    @Override // kotlinx.coroutines.n0
    public h.u.g f() {
        return this.b;
    }

    public String toString() {
        return "CoroutineScope(coroutineContext=" + f() + ')';
    }
}
