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

import java.util.Iterator;
import java.util.List;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Lambda;
import kotlin.jvm.internal.o;
import kotlin.reflect.w.internal.y0.n.b2.k;
import kotlin.reflect.w.internal.y0.n.b2.p;
import kotlin.reflect.w.internal.y0.n.d1;

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ List<k> f8925f;

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

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

    /* JADX INFO: renamed from: o, reason: collision with root package name */
    public final /* synthetic */ k f8928o;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    /* JADX WARN: Multi-variable type inference failed */
    public g(List<? extends k> list, d1 d1Var, p pVar, k kVar) {
        super(1);
        this.f8925f = list;
        this.f8926m = d1Var;
        this.f8927n = pVar;
        this.f8928o = kVar;
    }

    @Override // kotlin.jvm.functions.Function1
    public Unit invoke(d1.a aVar) {
        d1.a aVar2 = aVar;
        o.f(aVar2, "$this$runForkingPoint");
        Iterator<k> it = this.f8925f.iterator();
        while (it.hasNext()) {
            aVar2.a(new f(this.f8926m, this.f8927n, it.next(), this.f8928o));
        }
        return Unit.a;
    }
}
