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