JVM_IR KT-46189 lower tailrec functions after local declarations
This commit is contained in:
committed by
TeamCityServer
parent
645014092c
commit
f519150c08
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+10
@@ -8883,6 +8883,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_fibonacci.kt")
|
||||
public void testKt36853_fibonacci() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_fibonacci.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_nestedObject.kt")
|
||||
public void testKt36853_nestedObject() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_nestedObject.kt");
|
||||
@@ -8893,6 +8898,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46189.kt")
|
||||
public void testKt46189() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt46189.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
|
||||
|
||||
Generated
+10
@@ -8294,6 +8294,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_fibonacci.kt")
|
||||
public void testKt36853_fibonacci() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_fibonacci.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_nestedObject.kt")
|
||||
public void testKt36853_nestedObject() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_nestedObject.kt");
|
||||
@@ -8304,6 +8309,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46189.kt")
|
||||
public void testKt46189() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt46189.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
|
||||
|
||||
Generated
+10
@@ -8294,6 +8294,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_fibonacci.kt")
|
||||
public void testKt36853_fibonacci() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_fibonacci.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_nestedObject.kt")
|
||||
public void testKt36853_nestedObject() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_nestedObject.kt");
|
||||
@@ -8304,6 +8309,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46189.kt")
|
||||
public void testKt46189() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt46189.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
+10
@@ -3904,6 +3904,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_fibonacci.kt")
|
||||
public void testKt36853_fibonacci() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_fibonacci.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36853_nestedObject.kt")
|
||||
public void testKt36853_nestedObject() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853_nestedObject.kt");
|
||||
@@ -3914,6 +3919,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36853a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46189.kt")
|
||||
public void testKt46189() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt46189.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
|
||||
|
||||
Reference in New Issue
Block a user