package V2;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public String f7274a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public e5.a f7275b;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ E1 f7277d;

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C1(E1 e12, C4.c cVar) {
        super(cVar);
        this.f7277d = e12;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f7276c = obj;
        this.f7278e |= Integer.MIN_VALUE;
        return this.f7277d.b(null, this);
    }
}
