package g.m0;

import g.h0.b.l;
import g.h0.c.m;

/* JADX INFO: compiled from: Strings.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public final class i extends m implements l<g.j0.h, String> {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ CharSequence f4175b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public i(CharSequence charSequence) {
        super(1);
        this.f4175b = charSequence;
    }

    @Override // g.h0.b.l
    public String invoke(g.j0.h hVar) {
        g.j0.h hVar2 = hVar;
        g.h0.c.l.f(hVar2, "it");
        return f.K(this.f4175b, hVar2);
    }
}
