package kotlinx.coroutines.flow.internal;

import kotlin.coroutines.EmptyCoroutineContext;
import kotlinx.coroutines.channels.BufferOverflow;
import kotlinx.coroutines.flow.q;

/* JADX INFO: loaded from: classes.dex */
public final class f extends e {
    public f(q qVar, int i10, BufferOverflow bufferOverflow, int i11) {
        super(qVar, (i11 & 2) != 0 ? EmptyCoroutineContext.f29221a : null, (i11 & 4) != 0 ? -3 : i10, (i11 & 8) != 0 ? BufferOverflow.f29297a : bufferOverflow);
    }

    @Override // kotlinx.coroutines.flow.internal.d
    public final d d(kotlin.coroutines.h hVar, int i10, BufferOverflow bufferOverflow) {
        return new f(this.f29389d, hVar, i10, bufferOverflow);
    }
}
