package C0;

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public X(Y y6, C4.a aVar) {
        super(aVar);
        this.f562b = y6;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f561a = obj;
        this.f563c |= Integer.MIN_VALUE;
        return this.f562b.w(0L, null, this);
    }
}
