Generate EXPECTED_REACHABLE_NODES directive on JS box tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// EXPECTED_REACHABLE_NODES: 490
|
||||
fun f(x: Int) = x * 2
|
||||
|
||||
fun test(f: (Long) -> Long) = Pair(f(23 as Int), f(42L))
|
||||
|
||||
Reference in New Issue
Block a user