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