Move caret into generated else branch

This commit is contained in:
Nikolay Krasko
2012-10-25 18:04:48 +04:00
parent 6a6282b038
commit b62fe5f5fb
4 changed files with 31 additions and 11 deletions
@@ -2,7 +2,7 @@
fun test() {
val a = 12
when (a) {
else -> {
else -> {<caret>
}
}
}