JVM IR: Don't skip bridge generation for concrete fake overrides
This commit is contained in:
committed by
Georgy Bronnikov
parent
c027c0e659
commit
8746d08dd5
+5
@@ -1377,6 +1377,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/complexTraitImpl.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("covariantGenericDiamond.kt")
|
||||
public void testCovariantGenericDiamond() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/covariantGenericDiamond.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegation.kt")
|
||||
public void testDelegation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/delegation.kt");
|
||||
|
||||
Reference in New Issue
Block a user