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
+1 -1
View File
@@ -13,7 +13,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): Int = apply(x) { it * 2 }