Generate EXPECTED_REACHABLE_NODES directive on JS box tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// EXPECTED_REACHABLE_NODES: 487
|
||||
// FILE: a.kt
|
||||
|
||||
inline fun foo(f: (Int) -> String, x: Int = 23): String = "foo(${f(x)})"
|
||||
|
||||
Reference in New Issue
Block a user