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
-2
View File
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: JS
// reason - Int doesn't overflow in JS, TODO: include after KT-7733 is fixed
fun box(): String {
val i1: Int = Int.MAX_VALUE
val i2 = i1 + 1