KT-6019 Join lines should remove code block in when entry body
#KT-6019 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(p: Int) {
|
||||
when (p) {
|
||||
1 -> {<caret>
|
||||
println()
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun foo(p: Int) {
|
||||
when (p) {
|
||||
1 -> println()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user