JVM_IR: synchronize code generation for inline functions

This commit is contained in:
Georgy Bronnikov
2020-11-23 17:06:21 +03:00
parent c7feaee8ae
commit 3a10ea4f88
11 changed files with 93 additions and 34 deletions
@@ -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");
@@ -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");
@@ -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");
@@ -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");