package k5;

/* JADX INFO: loaded from: classes3.dex */
public final class U extends I {

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public U(i5.g primitive) {
        super(primitive);
        kotlin.jvm.internal.o.h(primitive, "primitive");
        this.f20029b = primitive.a() + "Array";
    }

    @Override // i5.g
    public final String a() {
        return this.f20029b;
    }
}
