JVM IR: erase parameter default value when copying it to bridge
#KT-48391 Fixed
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -9189,6 +9189,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt47073_nested.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt48391.kt")
|
||||
public void testKt48391() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt48391.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
|
||||
|
||||
Generated
+5
@@ -8595,6 +8595,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt47073_nested.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt48391.kt")
|
||||
public void testKt48391() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt48391.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
|
||||
|
||||
Generated
+5
@@ -8575,6 +8575,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt47073_nested.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt48391.kt")
|
||||
public void testKt48391() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt48391.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -4100,6 +4100,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt47073_nested.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt48391.kt")
|
||||
public void testKt48391() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt48391.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
|
||||
|
||||
Reference in New Issue
Block a user