[FIR] Create builtin primitive array types for properties

If the primary constructor has a vararg parameter, the corresponding
property has an array type. This commit creates the builtin array
types for such properties if the vararg element type is primitive,
e.g., CharArray instead of Array.
This commit is contained in:
Juan Chen
2020-05-25 09:08:00 -07:00
committed by Denis Zharkov
parent ed6aceca87
commit adba0a03a6
11 changed files with 34 additions and 44 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS, NATIVE