Duplicated JetTypeMapper.mapSignature removed

This commit is contained in:
Mikhael Bogdanov
2013-04-18 13:32:31 +04:00
parent a1d295638a
commit c69e7f059d
6 changed files with 62 additions and 46 deletions
@@ -3138,6 +3138,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/properties/kt613.kt");
}
@TestMetadata("traitExtendsClass.kt")
public void testTraitExtendsClass() throws Exception {
doTest("compiler/testData/codegen/box/properties/traitExtendsClass.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/safeCall")