package b0;

import M2.F1;

/* JADX INFO: renamed from: b0.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1179a extends C4.c {

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

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

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

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

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