Files
kotlin-fork/idea/testData/resolve/references/CollectionLiteralRight.kt
T

5 lines
99 B
Kotlin
Vendored

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