Formatting index calls

This commit is contained in:
Nikolay Krasko
2014-04-25 21:48:38 +04:00
parent cd3aa06a83
commit 2a693bcada
4 changed files with 60 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
fun test() {
a[ 1 ]
a[1, 2]
a[ 1, 2 ]
a[
1, 2
]
a [
1, 2
]
a [
1, 2
]
}