Fix VerifyError on rangeTo on primitive types

This commit is contained in:
Alexander Udalov
2014-02-10 23:07:27 +04:00
parent 8c97d9ebb3
commit eb7b757e38
3 changed files with 177 additions and 8 deletions
@@ -4456,6 +4456,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/primitiveTypes/nullableCharBoolean.kt");
}
@TestMetadata("rangeTo.kt")
public void testRangeTo() throws Exception {
doTest("compiler/testData/codegen/box/primitiveTypes/rangeTo.kt");
}
@TestMetadata("unboxComparable.kt")
public void testUnboxComparable() throws Exception {
doTest("compiler/testData/codegen/box/primitiveTypes/unboxComparable.kt");