package kotlin.reflect.w.internal.y0.d;

import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;
import kotlin.reflect.w.internal.y0.k.c0.i;

/* JADX INFO: Add missing generic type declarations: [T] */
/* JADX INFO: loaded from: classes.dex */
public final class u0<T> extends Lambda implements Function0<T> {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ t0<T> f7004f;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public u0(t0<T> t0Var) {
        super(0);
        this.f7004f = t0Var;
    }

    @Override // kotlin.jvm.functions.Function0
    public Object invoke() {
        t0<T> t0Var = this.f7004f;
        return (i) t0Var.f6998d.invoke(t0Var.f6999e);
    }
}
