Move caret into generated else branch
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
fun test() {
|
||||
val a = 12
|
||||
when (a) {
|
||||
else -> {
|
||||
else -> {<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user