Psi2Ir: fix usage of flexible vararg type after approximation
This only affects JVM IR, and this is similar to how this was done in the old JVM backend in `CallBasedArgumentGenerator.generateVararg`. #KT-52146 Fixed
This commit is contained in:
+5
@@ -38875,6 +38875,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/vararg/kt46092.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt52146_samWithSelfTypeAndStarProjection.kt")
|
||||
public void testKt52146_samWithSelfTypeAndStarProjection() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/kt52146_samWithSelfTypeAndStarProjection.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt581.kt")
|
||||
public void testKt581() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/kt581.kt");
|
||||
|
||||
Reference in New Issue
Block a user