package kotlin.sequences;

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

/* JADX INFO: Add missing generic type declarations: [T] */
/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u0000\f\n\u0002\b\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\u0010\u0000\u001a\u0004\u0018\u0001H\u0001\"\b\b\u0000\u0010\u0001*\u00020\u0002H\n¢\u0006\u0004\b\u0003\u0010\u0004"}, d2 = {"<anonymous>", "T", "", "invoke", "()Ljava/lang/Object;"}, k = 3, mv = {1, 7, 1}, xi = 48)
public final class n<T> extends Lambda implements Function0<T> {

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public n(T t2) {
        super(0);
        this.f9167f = t2;
    }

    @Override // kotlin.jvm.functions.Function0
    public final T invoke() {
        return this.f9167f;
    }
}
