package s.coroutines.internal;

import g.a.a.a.a;
import kotlin.Metadata;
import kotlin.coroutines.CoroutineContext;
import s.coroutines.CoroutineScope;

/* JADX INFO: renamed from: s.a.b2.d, reason: from Kotlin metadata */
/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u0000\u0018\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0005\n\u0002\u0010\u000e\n\u0000\b\u0000\u0018\u00002\u00020\u0001B\r\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0002\u0010\u0004J\b\u0010\b\u001a\u00020\tH\u0016R\u0014\u0010\u0005\u001a\u00020\u0003X\u0096\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u0006\u0010\u0007¨\u0006\n"}, d2 = {"Lkotlinx/coroutines/internal/ContextScope;", "Lkotlinx/coroutines/CoroutineScope;", "context", "Lkotlin/coroutines/CoroutineContext;", "(Lkotlin/coroutines/CoroutineContext;)V", "coroutineContext", "getCoroutineContext", "()Lkotlin/coroutines/CoroutineContext;", "toString", "", "kotlinx-coroutines-core"}, k = 1, mv = {1, 6, 0}, xi = 48)
public final class ContextScope implements CoroutineScope {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final CoroutineContext f9331f;

    public ContextScope(CoroutineContext coroutineContext) {
        this.f9331f = coroutineContext;
    }

    @Override // s.coroutines.CoroutineScope
    /* JADX INFO: renamed from: f, reason: from getter */
    public CoroutineContext getF9331f() {
        return this.f9331f;
    }

    public String toString() {
        StringBuilder sbF = a.F("CoroutineScope(coroutineContext=");
        sbF.append(this.f9331f);
        sbF.append(')');
        return sbF.toString();
    }
}
