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

import g.h.a.i;
import java.util.List;
import kotlin.Pair;
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 x<Type extends k> extends f1<Type> {
    public final e a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Type f7006b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public x(e eVar, Type type) {
        super(null);
        o.f(eVar, "underlyingPropertyName");
        o.f(type, "underlyingType");
        this.a = eVar;
        this.f7006b = type;
    }

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