[JS IR] Make tests that use directives pass with IR BE
This commit is contained in:
@@ -9,7 +9,7 @@ inline fun baz(x: String) = "baz(${foo(x)})"
|
||||
|
||||
// MODULE: main(lib)
|
||||
// FILE: a.kt
|
||||
// PROPERTY_READ_COUNT: name=foo_61zpoe$ count=1
|
||||
// PROPERTY_READ_COUNT: name=foo_61zpoe$ count=1 TARGET_BACKENDS=JS
|
||||
fun test1() = bar("q")
|
||||
|
||||
// FILE: b.kt
|
||||
|
||||
Reference in New Issue
Block a user