...And the bytecode of `val a = array[1,2,3]` and ...
# random
a
...And the bytecode of
val a = array[1,2,3]
and
val b = arrayOf(1,2,3)
is the same