JVM IR: Generate interface delegations for specialized interface defaults
This commit is contained in:
committed by
Georgy Bronnikov
parent
8746d08dd5
commit
a49ed1eca2
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user