[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
+5
@@ -43626,6 +43626,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/vararg/varargInJava.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargInTailrec.kt")
|
||||
public void testVarargInTailrec() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/varargInTailrec.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargsAndFunctionLiterals.kt")
|
||||
public void testVarargsAndFunctionLiterals() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/varargsAndFunctionLiterals.kt");
|
||||
|
||||
Reference in New Issue
Block a user