JVM_IR KT-46092 fix array spread operator in Kotlin->Java call

This commit is contained in:
Dmitry Petrov
2021-04-15 13:08:39 +03:00
committed by TeamCityServer
parent b5fae96934
commit cc415f62b5
6 changed files with 52 additions and 11 deletions
@@ -33008,6 +33008,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/vararg/kt45187.kt");
}
@TestMetadata("kt46092.kt")
public void testKt46092() throws Exception {
runTest("compiler/testData/codegen/box/vararg/kt46092.kt");
}
@TestMetadata("kt581.kt")
public void testKt581() throws Exception {
runTest("compiler/testData/codegen/box/vararg/kt581.kt");