[JS IR] Make tests that use directives pass with IR BE

This commit is contained in:
Sergej Jaskiewicz
2021-10-04 20:44:06 +03:00
committed by Space
parent a359e503fb
commit 65d40c2253
101 changed files with 415 additions and 217 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class M1 : M2(), M3
// MODULE: main(m1, m2, m3)
// FILE: main.kt
// CHECK_CONTAINS_NO_CALLS: box except=equals;getKClass
// CHECK_CONTAINS_NO_CALLS: box except=equals;getKClass TARGET_BACKENDS=JS
fun box(): String {
if (M1().foo() != 1) return "fail"