KT-2414 for (x in 0 downto 0) makes no steps

#KT-2414 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-07-21 20:34:25 +04:00
parent 18b6b53288
commit a9564e7580
3 changed files with 67 additions and 26 deletions
@@ -330,4 +330,7 @@ public class StdlibTest extends CodegenTestCase {
blackBoxFile("regressions/kt1800.kt");
}
public void testUptoDownto() {
blackBoxFile("uptoDownto.kt");
}
}