Remove incorrect import from callByWithEmptyVarArg test
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.
fixes KT-29969