package V2;

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

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f7290a = obj;
        this.f7292c |= Integer.MIN_VALUE;
        return this.f7291b.c(this);
    }
}
