Refactoring: remove braces from when entry intention is integrated into general remove braces intention
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun bar() {}
|
||||
fun gav() {}
|
||||
|
||||
fun foo() {
|
||||
when (1) {
|
||||
else -> {
|
||||
bar()<caret>
|
||||
gav()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user