KT-2583 Support *Range.EMPTY

#KT-2583 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-08-08 22:50:29 +04:00
parent d9f30f6763
commit 0124c7bb5a
8 changed files with 171 additions and 4 deletions
@@ -444,4 +444,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt2275() {
blackBoxFile("regressions/kt2275.kt");
}
public void testEmptyRanges() throws Exception {
blackBoxFile("emptyRanges.kt");
}
}