KT-821 and other improvements for ranges

This commit is contained in:
Alex Tkachman
2012-01-05 18:34:32 +02:00
parent 89933439f4
commit 9fbf27eb11
9 changed files with 489 additions and 17 deletions
@@ -363,4 +363,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt887 () {
blackBoxFile("regressions/kt887.jet");
}
public void testKt821 () {
blackBoxFile("regressions/kt821.kt");
}
}