JS: update DCE test data

This commit is contained in:
Anton Bannykh
2018-07-08 22:46:33 +03:00
committed by Anton Bannykh
parent cf9ad635e1
commit 6a9b8d27e6
51 changed files with 51 additions and 51 deletions
@@ -1,5 +1,5 @@
// IGNORE_BACKEND: JS_IR
// EXPECTED_REACHABLE_NODES: 1113
// EXPECTED_REACHABLE_NODES: 1232
package foo
fun box(): String {
@@ -1,5 +1,5 @@
// IGNORE_BACKEND: JS_IR
// EXPECTED_REACHABLE_NODES: 1378
// EXPECTED_REACHABLE_NODES: 1516
public fun <T, C : Collection<T>> bar(collection: C, f: (T) -> Unit) { for (item in collection) f(item) }
fun box(): String {
@@ -1,5 +1,5 @@
// IGNORE_BACKEND: JS_IR
// EXPECTED_REACHABLE_NODES: 1375
// EXPECTED_REACHABLE_NODES: 1513
package foo
fun box(): String {