[JS IR] Make Char a value class (again)

#KT-35100 Fixed
This commit is contained in:
Sergej Jaskiewicz
2021-12-01 16:22:09 +03:00
committed by Space
parent 599f705842
commit 67dfe7bed1
19 changed files with 226 additions and 51 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
// EXPECTED_REACHABLE_NODES: 1276
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
class A(val x: Char)
class A(@JsName("x") val x: Char)
fun typeOf(x: dynamic): String = js("typeof x")