Change parser error for when (KT-6420)

#KT-6420 Fixed
This commit is contained in:
Nikolay Krasko
2014-12-08 15:08:59 +03:00
parent 34eb9e9cd4
commit 3677881e18
4 changed files with 55 additions and 1 deletions
@@ -0,0 +1,5 @@
fun test() {
when(element) {
is JetProperty when { }
}
}