Change range iteration tests so they are runnable on all platforms

Remove JS and Native backend exclusions
This commit is contained in:
Ilya Gorbunov
2018-08-02 22:22:09 +03:00
parent e18bebf12a
commit f010231ff7
63 changed files with 290 additions and 545 deletions
@@ -5,6 +5,7 @@
// WITH_RUNTIME
fun box(): String {
val list1 = ArrayList<Int>()
val range1 = 10..5