Refactoring: add braces to when entry intention is integrated into general add braces intention

This commit is contained in:
Mikhail Glukhikh
2016-09-08 19:40:16 +03:00
parent cbc7f72f15
commit 06b7881776
11 changed files with 33 additions and 85 deletions
+5
View File
@@ -0,0 +1,5 @@
fun foo(a: Int) {
when (a) {
1 -> foo(a)<caret>
}
}