KT-3538: Super call to trait implemetation invokes method from base class

This commit is contained in:
Mikhael Bogdanov
2013-04-24 13:18:40 +04:00
parent aa2db75266
commit b6fc0c5c13
3 changed files with 39 additions and 4 deletions
@@ -3616,6 +3616,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/super/kt3492TraitProperty.kt");
}
@TestMetadata("kt3538.kt")
public void testKt3538() throws Exception {
doTest("compiler/testData/codegen/box/super/kt3538.kt");
}
@TestMetadata("multipleSuperTraits.kt")
public void testMultipleSuperTraits() throws Exception {
doTest("compiler/testData/codegen/box/super/multipleSuperTraits.kt");