JS: update DCE testdata
This commit is contained in:
committed by
Denis Zharkov
parent
ead9b31e03
commit
b389e29db5
@@ -1,4 +1,4 @@
|
||||
// EXPECTED_REACHABLE_NODES: 1113
|
||||
// EXPECTED_REACHABLE_NODES: 1285
|
||||
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