[JS IR] Make tests that use directives pass with IR BE
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ inline fun <T : A> inlineFun(capturedParam: T, lambda: () -> T = { capturedParam
|
||||
}
|
||||
|
||||
// FILE: 2.kt
|
||||
// CHECK_CONTAINS_NO_CALLS: box
|
||||
// CHECK_CONTAINS_NO_CALLS: box TARGET_BACKENDS=JS
|
||||
// CHECK_CONTAINS_NO_CALLS: box except=_get_value__0_k$ IGNORED_BACKENDS=JS
|
||||
|
||||
import test.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user