c678d4b506
The testdata is taken from corresponding IDE reference resolve tests
3 lines
84 B
Kotlin
Vendored
3 lines
84 B
Kotlin
Vendored
val abc: IntArray = [1, 2, 3<caret>]
|
|
|
|
// REF: (kotlin).intArrayOf(vararg kotlin.Int) |