[JS IR] Make tests that use directives pass with IR BE
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// EXPECTED_REACHABLE_NODES: 1286
|
||||
package foo
|
||||
|
||||
// CHECK_NOT_CALLED: max
|
||||
// CHECK_NOT_CALLED_IN_SCOPE: function=max scope=box
|
||||
|
||||
inline fun max(a: Int, b: Int): Int {
|
||||
log("max($a, $b)")
|
||||
|
||||
Reference in New Issue
Block a user