Don't parse entries if left brace absent in 'when'

This commit is contained in:
Nikolay Krasko
2014-06-24 14:48:02 +04:00
parent f36f1796d6
commit d8490ce2a6
5 changed files with 43 additions and 6 deletions
@@ -0,0 +1,5 @@
fun test() {
when
bar()
}