Files
kotlin-fork/compiler/testData/psi/CollectionLiterals_ERR.kt
T
2017-03-22 17:59:58 +03:00

8 lines
76 B
Kotlin
Vendored

fun test() {
[,]
[1, ]
[, 1]
[1, 2 3]
[1, 2 3, ]
[
}