KT-6019 Join lines should remove code block in when entry body

#KT-6019 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-12-16 13:42:08 +01:00
parent 0823c1528a
commit 478b5070ef
4 changed files with 21 additions and 1 deletions
@@ -0,0 +1,7 @@
fun foo(p: Int) {
when (p) {
1 -> {<caret>
println()
}
}
}