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

import java.util.List;
import java.util.Map;
import kotlin.Pair;
import kotlin.collections.j;
import kotlin.jvm.internal.o;
import kotlin.reflect.w.internal.y0.h.e;
import kotlin.reflect.w.internal.y0.n.b2.k;

/* JADX INFO: loaded from: classes.dex */
public final class f0<Type extends k> extends f1<Type> {
    public final List<Pair<e, Type>> a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Map<e, Type> f6675b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    /* JADX WARN: Multi-variable type inference failed */
    public f0(List<? extends Pair<e, ? extends Type>> list) {
        super(null);
        o.f(list, "underlyingPropertyNamesToTypes");
        this.a = list;
        Map<e, Type> mapJ0 = j.j0(list);
        if (!(mapJ0.size() == list.size())) {
            throw new IllegalArgumentException("Some properties have the same names".toString());
        }
        this.f6675b = mapJ0;
    }

    @Override // kotlin.reflect.w.internal.y0.d.f1
    public List<Pair<e, Type>> a() {
        return this.a;
    }
}
