KT-930 upto/downto for numbers

This commit is contained in:
Alex Tkachman
2012-01-07 21:27:20 +02:00
parent d9a4410fb1
commit 33f145a83a
11 changed files with 693 additions and 126 deletions
@@ -375,4 +375,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testKt765 () {
blackBoxFile("regressions/kt765.kt");
}
public void testKt930 () {
blackBoxFile("regressions/kt930.kt");
}
}