[K2 JS] Unmute and link to issue some JS K2 tests
This commit is contained in:
committed by
Space Team
parent
7773fdab9a
commit
f5d0c22736
+2
-1
@@ -1,4 +1,5 @@
|
||||
// IGNORE_BACKEND_K2: JS_IR, JS_IR_ES6, WASM
|
||||
// K2 issue: KT-64801
|
||||
|
||||
class Outer(val x: Any) {
|
||||
inner class Inner(
|
||||
@@ -6,4 +7,4 @@ class Outer(val x: Any) {
|
||||
)
|
||||
}
|
||||
|
||||
fun box() = Outer("OK").Inner().fn()
|
||||
fun box() = Outer("OK").Inner().fn()
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
// IGNORE_BACKEND_K2: JS_IR, JS_IR_ES6, WASM
|
||||
// K2 issue: KT-64801
|
||||
|
||||
class Outer(val x: Any) {
|
||||
inner class Inner(
|
||||
@@ -11,4 +12,4 @@ class Outer(val x: Any) {
|
||||
}
|
||||
}
|
||||
|
||||
fun box() = Outer("OK").Inner(1).fn()
|
||||
fun box() = Outer("OK").Inner(1).fn()
|
||||
|
||||
Reference in New Issue
Block a user