Files
kotlin-fork/idea/testData/resolve/references/CollectionLiteralRight.kt
T
2017-06-21 01:22:08 +03:00

3 lines
84 B
Kotlin
Vendored

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