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

import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Lambda;
import kotlin.jvm.internal.o;
import kotlin.reflect.w.internal.y0.n.h0;

/* JADX INFO: loaded from: classes2.dex */
public final class g extends Lambda implements Function1<h0, CharSequence> {

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public g(d dVar) {
        super(1);
        this.f8370f = dVar;
    }

    @Override // kotlin.jvm.functions.Function1
    public CharSequence invoke(h0 h0Var) {
        h0 h0Var2 = h0Var;
        d dVar = this.f8370f;
        o.e(h0Var2, "it");
        return dVar.v(h0Var2);
    }
}
