package k.a.p;

/* JADX INFO: compiled from: CollectionDescriptors.kt */
/* JADX INFO: loaded from: classes.dex */
public final class h1 extends o0 {
    private final String c;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public h1(k.a.n.f fVar) {
        super(fVar, null);
        j.p0.d.r.f(fVar, "primitive");
        this.c = fVar.b() + "Array";
    }

    @Override // k.a.n.f
    public String b() {
        return this.c;
    }
}
