blob: f53b794703d311ecff4e09388ca1fe321ea6fced [file]
// COMPILATION_ERRORS
fun test() {
[]
[1]
[1, 2]
[[]]
[[1]]
[1, []]
[[], 1]
[[], [1, []]]
[1,
2]
[1,
[2]]
}