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

import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;
import kotlin.reflect.w.internal.y0.n.a2.g;
import kotlin.reflect.w.internal.y0.n.a2.i;
import kotlin.reflect.w.internal.y0.n.a2.j;

/* JADX INFO: loaded from: classes2.dex */
public final class j1 extends Lambda implements Function0<g> {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ i1 f8960f;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public j1(i1 i1Var) {
        super(0);
        this.f8960f = i1Var;
    }

    @Override // kotlin.jvm.functions.Function0
    public g invoke() {
        return j.c(i.CANNOT_COMPUTE_ERASED_BOUND, this.f8960f.toString());
    }
}
