package O1;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public kotlin.jvm.internal.A f5343a;

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f5344b = obj;
        this.f5346d |= Integer.MIN_VALUE;
        return this.f5345c.h(null, false, this);
    }
}
