Insert ']' instead of ')'

This commit is contained in:
Valentin Kipyatkov
2015-10-06 17:25:30 +03:00
parent fa51ca5716
commit c876759ee0
7 changed files with 52 additions and 11 deletions
@@ -0,0 +1,7 @@
operator fun String.get(a: Int, b: String, c: String): Int = 0
fun bar(b: String, a: Int, c: String) {
""[<caret>]
}
// EXIST: "a, b, c"