The above looks like a bug. Following code: ```va...
# javascript
e
The above looks like a bug. Following code:
Copy code
val x = intArrayOf(1, 2, 3)
println("example: $x")
1.9.24
Copy code
example: 1,2,3
2.0.20-RC
Copy code
example: [...]
a
could you please report the problem in YouTrack?
e
Yup, was doing that right now. Will link it.
thank you color 1
@Artem Kobzar https://youtrack.jetbrains.com/issue/KT-70533 At the bottom I've linked an old issue which I think is linked to this problem.
🙏 1
thank you color 1