[JS IR] Make tests that use directives pass with IR BE
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
// EXPECTED_REACHABLE_NODES: 1682
|
||||
package foo
|
||||
|
||||
// CHECK_NOT_CALLED: test
|
||||
// CHECK_NOT_CALLED_IN_SCOPE: function=test scope=box
|
||||
|
||||
class A(val x: Int)
|
||||
class B(val x: Int)
|
||||
@@ -32,4 +32,4 @@ fun box(): String {
|
||||
assertEquals(listOf(b2, b4), test<B>(a1, a3, *objects, a3, b4), "test<B>(a1, a3, *objects, a3, b4)")
|
||||
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user