fixup: updated EXPECTED_REACHABLE_NODES

This commit is contained in:
Anton Bannykh
2017-07-18 14:55:10 +03:00
parent 6ed7eaf546
commit e43a145614
1156 changed files with 1156 additions and 1157 deletions
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 490
// EXPECTED_REACHABLE_NODES: 995
fun f(x: Int) = x * 2
fun test(f: (Long) -> Long) = Pair(f(23 as Int), f(42L))