JVM IR: Don't generate bridges for default argument stubs (KT-46389)
This commit is contained in:
committed by
Alexander Udalov
parent
40b5a7d449
commit
1eb9a5a86d
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+10
@@ -1273,6 +1273,16 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/bridges/kt42137.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46389.kt")
|
||||
public void testKt46389() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt46389.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46389_jvmDefault.kt")
|
||||
public void testKt46389_jvmDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt46389_jvmDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("longChainOneBridge.kt")
|
||||
public void testLongChainOneBridge() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/longChainOneBridge.kt");
|
||||
|
||||
Generated
+10
@@ -1273,6 +1273,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt42137.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46389.kt")
|
||||
public void testKt46389() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt46389.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46389_jvmDefault.kt")
|
||||
public void testKt46389_jvmDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt46389_jvmDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("longChainOneBridge.kt")
|
||||
public void testLongChainOneBridge() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/longChainOneBridge.kt");
|
||||
|
||||
Generated
+10
@@ -1253,6 +1253,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt42137.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46389.kt")
|
||||
public void testKt46389() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt46389.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46389_jvmDefault.kt")
|
||||
public void testKt46389_jvmDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt46389_jvmDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("longChainOneBridge.kt")
|
||||
public void testLongChainOneBridge() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/longChainOneBridge.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+10
@@ -1138,6 +1138,16 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/bridges/kt42137.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46389.kt")
|
||||
public void testKt46389() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt46389.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46389_jvmDefault.kt")
|
||||
public void testKt46389_jvmDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt46389_jvmDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("longChainOneBridge.kt")
|
||||
public void testLongChainOneBridge() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/longChainOneBridge.kt");
|
||||
|
||||
Reference in New Issue
Block a user