[JS IR] Roll making Char inline class back

- un/mute falling tests
This commit is contained in:
Roman Artemev
2019-11-20 17:19:41 +03:00
committed by romanart
parent b9ac1341ff
commit 987c6ab3ee
14 changed files with 18 additions and 5 deletions
@@ -1,4 +1,5 @@
// EXPECTED_REACHABLE_NODES: 1283
// IGNORE_BACKEND: JS_IR
fun foo(x: Any): String {
return when (x) {
is Char -> "char: ${x.toInt()}"