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

5 lines
77 B
Kotlin
Vendored

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