JVM_IR KT-46189 lower tailrec functions after local declarations
This commit is contained in:
committed by
TeamCityServer
parent
645014092c
commit
f519150c08
+10
@@ -9944,6 +9944,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
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");
|
||||
@@ -9964,6 +9969,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt36972_object.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