package O1;

import java.io.Serializable;

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

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public kotlin.jvm.internal.C f5309d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public boolean f5310e;

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

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

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final /* synthetic */ O f5313k;
    public int l;

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f5312j = obj;
        this.l |= Integer.MIN_VALUE;
        return O.d(this.f5313k, false, this);
    }
}
