Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
CollectionLiterals.kt
blob: f53b794703d311ecff4e09388ca1fe321ea6fced [
file
]
// COMPILATION_ERRORS
fun test
()
{
[]
[
1
]
[
1
,
2
]
[[]]
[[
1
]]
[
1
,
[]]
[[],
1
]
[[],
[
1
,
[]]]
[
1
,
2
]
[
1
,
[
2
]]
}