KT-752 RangeTo intrinsic called with receiver

This commit is contained in:
Alex Tkachman
2011-12-05 16:55:17 +02:00
parent fedef4796a
commit 91549ed359
3 changed files with 31 additions and 6 deletions
@@ -337,4 +337,9 @@ public class PrimitiveTypesTest extends CodegenTestCase {
// System.out.println(generateToText());
blackBox();
}
public void testKt752 () {
blackBoxFile("regressions/kt752.jet");
System.out.println(generateToText());
}
}