Implement intentions to add/remove braces to/from when entries #KT-12043 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun foo() {
|
||||
when (1) {
|
||||
else -> {
|
||||
<caret>it: Int -> it.hashCode()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user