Removed old range test which were spread all over the place.

This commit is contained in:
Evgeny Gerashchenko
2013-01-30 16:03:22 +04:00
parent 9c83a2f85f
commit 21c37951d6
11 changed files with 2 additions and 329 deletions
@@ -1,7 +0,0 @@
fun box(): String {
val iterator: Iterator<Int> = (0..0).iterator()
for (i in iterator) {
return "OK"
}
return "fail"
}