JVM_IR: synchronize code generation for inline functions
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -11394,6 +11394,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/functions/localReturnInsideFunctionExpression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mutualInline.kt")
|
||||
public void testMutualInline() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/mutualInline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nothisnoclosure.kt")
|
||||
public void testNothisnoclosure() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/nothisnoclosure.kt");
|
||||
|
||||
Generated
+5
@@ -10851,6 +10851,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/functions/localReturnInsideFunctionExpression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mutualInline.kt")
|
||||
public void testMutualInline() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/mutualInline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nothisnoclosure.kt")
|
||||
public void testNothisnoclosure() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/nothisnoclosure.kt");
|
||||
|
||||
Generated
+5
@@ -10851,6 +10851,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/functions/localReturnInsideFunctionExpression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mutualInline.kt")
|
||||
public void testMutualInline() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/mutualInline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nothisnoclosure.kt")
|
||||
public void testNothisnoclosure() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/nothisnoclosure.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -5512,6 +5512,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/functions/localReturnInsideFunctionExpression.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mutualInline.kt")
|
||||
public void testMutualInline() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/mutualInline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nothisnoclosure.kt")
|
||||
public void testNothisnoclosure() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/nothisnoclosure.kt");
|
||||
|
||||
Reference in New Issue
Block a user