[FIR] Generate spread element for unsigned arrays
Previously when unsigned arrays were passed as vararg in a named form the necessary spread element wasn't generated, which resulted in a compilation error. ^KT-63514 fixed
This commit is contained in:
committed by
Space Cloud
parent
dbca7358af
commit
251fdb21c9
+5
@@ -44094,6 +44094,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/vararg/evaluationOrder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassArraysAsNamedArgumentInVararg.kt")
|
||||
public void testInlineClassArraysAsNamedArgumentInVararg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/inlineClassArraysAsNamedArgumentInVararg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt10926.kt")
|
||||
public void testKt10926() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/kt10926.kt");
|
||||
|
||||
Reference in New Issue
Block a user