JS IR: unmute tests
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
data class A(val a: Char)
|
||||
|
||||
fun box() : String {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
data class D(private val x: Long, private val y: Char) {
|
||||
fun foo() = "${component1()}${component2()}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user