package k5;

/* JADX INFO: renamed from: k5.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C2415c extends I {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ int f20041b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ C2415c(i5.g gVar, int i6) {
        super(gVar);
        this.f20041b = i6;
    }

    @Override // i5.g
    public final String a() {
        switch (this.f20041b) {
            case 0:
                return "kotlin.Array";
            default:
                return "kotlin.collections.ArrayList";
        }
    }
}
