JS Back-end does not handle complex patterns any more
#KT-2359 In Progress
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user