package defpackage;

import androidx.media3.container.NalUnitUtil;
import kotlin.Metadata;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(k = 3, mv = {2, 1, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@DebugMetadata(c = "io.github.jan.supabase.postgrest.executor.RestRequestExecutor", f = "RestRequestExecutor.kt", i = {0}, l = {17, 19}, m = "execute", n = {"postgrest"}, s = {"L$0"})
final class k38 extends ContinuationImpl {
    public xd7 a;
    public /* synthetic */ Object b;
    public final /* synthetic */ l38 c;
    public int d;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public k38(l38 l38Var, Continuation continuation) {
        super(continuation);
        this.c = l38Var;
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.b = obj;
        this.d |= Integer.MIN_VALUE;
        return this.c.a(null, null, null, this);
    }
}
