package C0;

import V4.B0;

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

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public V(Y y6, C4.c cVar) {
        super(cVar);
        this.f556c = y6;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f555b = obj;
        this.f557d |= Integer.MIN_VALUE;
        return this.f556c.r(0L, null, this);
    }
}
