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