Change range iteration tests so they are runnable on all platforms
Remove JS and Native backend exclusions
This commit is contained in:
+1
@@ -5,6 +5,7 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
|
||||
|
||||
fun box(): String {
|
||||
val list1 = ArrayList<Int>()
|
||||
for (i in (1 + 2)..(10 - 1)) {
|
||||
|
||||
Reference in New Issue
Block a user