Add else entry for when quick fix

This commit is contained in:
Nikolay Krasko
2012-10-25 15:52:33 +04:00
parent 6f60d08c3a
commit 33240f167d
9 changed files with 127 additions and 0 deletions
@@ -0,0 +1,6 @@
// "Add else branch" "true"
fun test() {
val a = 12
wh<caret>en (a) {
}
}