Fix for KT-3546: Exception when delegating to ArrayList

#KT-3546 Fixed
This commit is contained in:
Mikhael Bogdanov
2013-06-18 12:59:48 +04:00
parent 8ac8798266
commit 79cf02ffb9
4 changed files with 35 additions and 5 deletions
@@ -970,6 +970,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/classes/kt343.kt");
}
@TestMetadata("kt3546.kt")
public void testKt3546() throws Exception {
doTest("compiler/testData/codegen/box/classes/kt3546.kt");
}
@TestMetadata("kt454.kt")
public void testKt454() throws Exception {
doTest("compiler/testData/codegen/box/classes/kt454.kt");