KT-1076 reversed ranges

This commit is contained in:
Alex Tkachman
2012-01-18 20:01:18 +01:00
parent 1a6f018454
commit 86a33f8b16
4 changed files with 64 additions and 17 deletions
@@ -262,4 +262,8 @@ public class ControlStructuresTest extends CodegenTestCase {
blackBoxFile("controlStructures/ifInWhile.jet");
// System.out.println(generateToText());
}
public void testKt1076() throws Exception {
blackBoxFile("regressions/kt1076.kt");
}
}