attempt to fix KT-2251

This commit is contained in:
Alex Tkachman
2012-09-18 14:25:09 +03:00
parent 20f1ddc9da
commit 0ffc8f355b
4 changed files with 67 additions and 22 deletions
@@ -448,4 +448,9 @@ public class PrimitiveTypesTest extends CodegenTestCase {
public void testEmptyRanges() throws Exception {
blackBoxFile("emptyRanges.kt");
}
public void test2251() throws Exception {
blackBoxFile("regressions/kt2251.kt");
System.out.println(generateToText());
}
}