package k0;

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

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

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f19621b = obj;
        this.f19623d |= Integer.MIN_VALUE;
        return this.f19622c.b(this);
    }
}
