Refactoring: add braces to when entry intention is integrated into general add braces intention
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(a: Int) {
|
||||
when (a) {
|
||||
1 -> foo(a)<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user