[FIR2IR] Properly set isAssignable flag for parameters of tailrec functions
^KT-63973 Fixed
This commit is contained in:
committed by
Space Team
parent
f4e3203cd8
commit
28f0f1ea88
Generated
+6
@@ -37815,6 +37815,12 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/vararg/varargInFunParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("varargInTailrec.kt")
|
||||
public void testVarargInTailrec() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/varargInTailrec.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("varargsAndFunctionLiterals.kt")
|
||||
public void testVarargsAndFunctionLiterals() throws Exception {
|
||||
|
||||
Generated
+6
@@ -37269,6 +37269,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/vararg/varargInFunParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("varargInTailrec.kt")
|
||||
public void testVarargInTailrec() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/varargInTailrec.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("varargsAndFunctionLiterals.kt")
|
||||
public void testVarargsAndFunctionLiterals() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user