package V2;

/* JADX INFO: loaded from: classes.dex */
public final class x3 extends C4.c {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public /* synthetic */ Object f8166a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public int f8167b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ M2.F1 f8168c;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public x3(M2.F1 f12, A4.d dVar) {
        super(dVar);
        this.f8168c = f12;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f8166a = obj;
        this.f8167b |= Integer.MIN_VALUE;
        return this.f8168c.emit(null, this);
    }
}
