JS: update DCE testdata

This commit is contained in:
Anton Bannykh
2018-09-11 18:25:12 +03:00
committed by Denis Zharkov
parent ead9b31e03
commit b389e29db5
1138 changed files with 1138 additions and 1138 deletions
@@ -1,5 +1,5 @@
// IGNORE_BACKEND: JS_IR
// EXPECTED_REACHABLE_NODES: 1108
// EXPECTED_REACHABLE_NODES: 1280
// FILE: a.kt
inline fun foo(f: (Int) -> String, x: Int = 23): String = "foo(${f(x)})"