JS: update tests

This commit is contained in:
Alexey Andreev
2016-12-07 12:58:25 +03:00
parent c854b81a09
commit c411a8febe
10 changed files with 13 additions and 39 deletions
@@ -15,7 +15,7 @@ public fun <T, R> apply(x: T, fn: (T)->R): R {
import utils.*
// CHECK_CONTAINS_NO_CALLS: test
// CHECK_CONTAINS_NO_CALLS: test except=imul
internal fun test(x: Int, y: Int): Int = apply(x) { it + 1 } * y