KT-3820 VerifyError when invoking intrinsic for range obtained from collection

#KT-3820 fixed
This commit is contained in:
Evgeny Gerashchenko
2013-07-30 09:10:39 -07:00
parent aafa492c95
commit 7f62b9259c
6 changed files with 26 additions and 3 deletions
@@ -2455,6 +2455,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/intrinsics/longRangeWithExplicitDot.kt");
}
@TestMetadata("rangeFromCollection.kt")
public void testRangeFromCollection() throws Exception {
doTest("compiler/testData/codegen/box/intrinsics/rangeFromCollection.kt");
}
@TestMetadata("stringFromCollection.kt")
public void testStringFromCollection() throws Exception {
doTest("compiler/testData/codegen/box/intrinsics/stringFromCollection.kt");
}
@TestMetadata("tostring.kt")
public void testTostring() throws Exception {
doTest("compiler/testData/codegen/box/intrinsics/tostring.kt");