JVM_IR KT-42137 bridges are not generated for fake overrides
This commit is contained in:
+5
@@ -1542,6 +1542,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt318.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42137.kt")
|
||||
public void testKt42137() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt42137.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("longChainOneBridge.kt")
|
||||
public void testLongChainOneBridge() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/longChainOneBridge.kt");
|
||||
|
||||
Reference in New Issue
Block a user