[JS IR] Make tests that use directives pass with IR BE
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
// EXPECTED_REACHABLE_NODES: 1286
|
||||
// ONLY_THIS_QUALIFIED_REFERENCES: foo_0
|
||||
// ONLY_THIS_QUALIFIED_REFERENCES: foo_0 TARGET_BACKENDS=JS
|
||||
|
||||
package foo
|
||||
|
||||
@@ -15,4 +15,4 @@ fun box(): String {
|
||||
var result = A.bar()
|
||||
if (result != 23) return "failed: ${result}"
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user