JVM_IR KT-46092 fix array spread operator in Kotlin->Java call
This commit is contained in:
committed by
TeamCityServer
parent
b5fae96934
commit
cc415f62b5
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user