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 -1
View File
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 1114
// EXPECTED_REACHABLE_NODES: 1284
package foo
fun <A, B, C> run(a: A, b: B, func: (A, B) -> C): C = js("func(a, b)")