JVM IR: Generate interface delegations for specialized interface defaults

This commit is contained in:
Steven Schäfer
2020-01-13 12:03:29 +01:00
committed by Georgy Bronnikov
parent 8746d08dd5
commit a49ed1eca2
8 changed files with 52 additions and 5 deletions
@@ -1537,6 +1537,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/bridges/propertyDiamond.kt");
}
@TestMetadata("propertyDiamondFakeOverride.kt")
public void testPropertyDiamondFakeOverride() throws Exception {
runTest("compiler/testData/codegen/box/bridges/propertyDiamondFakeOverride.kt");
}
@TestMetadata("propertyInConstructor.kt")
public void testPropertyInConstructor() throws Exception {
runTest("compiler/testData/codegen/box/bridges/propertyInConstructor.kt");