JS Back-end does not handle complex patterns any more

#KT-2359 In Progress
This commit is contained in:
Andrey Breslav
2012-09-05 12:53:48 +04:00
parent 4dd0b27e93
commit 1b65ba644e
9 changed files with 64 additions and 93 deletions
@@ -4,8 +4,8 @@ package foo
fun box() : Boolean {
return (when(1) {
is 2 -> 3
is 1 -> 1
2 -> 3
1 -> 1
else -> 5
} == 1)