KT-2784 VerifyError when passing a value to a class object's super type constructor

#KT-2784 Fixed
This commit is contained in:
Mikhael Bogdanov
2013-08-12 14:33:56 +04:00
parent b46e0361c5
commit c9215ed8a5
6 changed files with 21 additions and 12 deletions
@@ -955,6 +955,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/classes/kt2711.kt");
}
@TestMetadata("kt2784.kt")
public void testKt2784() throws Exception {
doTest("compiler/testData/codegen/box/classes/kt2784.kt");
}
@TestMetadata("kt285.kt")
public void testKt285() throws Exception {
doTest("compiler/testData/codegen/box/classes/kt285.kt");