package kotlin.text;

import kotlin.Metadata;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;

/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u0000\b\n\u0000\n\u0002\u0018\u0002\n\u0000\u0010\u0000\u001a\u0004\u0018\u00010\u0001H\n¢\u0006\u0002\b\u0002"}, d2 = {"<anonymous>", "Lkotlin/text/MatchResult;", "invoke"}, k = 3, mv = {1, 7, 1}, xi = 48)
public final class e extends Lambda implements Function0<MatchResult> {

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

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

    /* JADX INFO: renamed from: n, reason: collision with root package name */
    public final /* synthetic */ int f9198n;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public e(Regex regex, CharSequence charSequence, int i2) {
        super(0);
        this.f9196f = regex;
        this.f9197m = charSequence;
        this.f9198n = i2;
    }

    @Override // kotlin.jvm.functions.Function0
    public MatchResult invoke() {
        return this.f9196f.a(this.f9197m, this.f9198n);
    }
}
