blob: fcf724722a1ad4e4a8b033fbba8aeec8b8b8e269 [file] [log] [blame]
fun test() {
a[ 1 ]
a[1, 2]
a[ 1, 2 ]
a[
1, 2
]
a [
1, 2
]
a [
1, 2
]
}