Files
kotlin-fork/idea/testData/resolve/references/CollectionLiteralRight.kt
T
2020-11-23 15:31:30 +01:00

3 lines
84 B
Kotlin
Vendored

val abc: IntArray = [1, 2, 3<caret>]
// REF: (kotlin).intArrayOf(vararg kotlin.Int)