KT-13884 Exception "Invalid root block PSI element" on replacing trivial when-expression to if

#KT-13884 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-10-04 20:44:09 +03:00
parent 597cd04831
commit c06e2d994e
4 changed files with 29 additions and 6 deletions
@@ -0,0 +1,6 @@
//IS_APPLICABLE: false
fun foo() {
<caret>when {
else -> {}
}
}