JS: update tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user