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");
|
||||
|
||||
+5
@@ -104,6 +104,11 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/jvmStaticWithDefaultParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42137.kt")
|
||||
public void testKt42137() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/kt42137.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42879.kt")
|
||||
public void testKt42879() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/kt42879.kt");
|
||||
|
||||
+5
@@ -1542,6 +1542,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
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");
|
||||
|
||||
+5
@@ -1522,6 +1522,11 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
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");
|
||||
|
||||
+5
@@ -104,6 +104,11 @@ public class IrBytecodeListingTestGenerated extends AbstractIrBytecodeListingTes
|
||||
runTest("compiler/testData/codegen/bytecodeListing/jvmStaticWithDefaultParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42137.kt")
|
||||
public void testKt42137() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/kt42137.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt42879.kt")
|
||||
public void testKt42879() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/kt42879.kt");
|
||||
|
||||
Reference in New Issue
Block a user