Making var arg kParameters default to empty array no argument given
fixes KT-29969
This commit is contained in:
committed by
Alexander Udalov
parent
b1dbacf45f
commit
34a64d9171
+10
@@ -24289,6 +24289,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/callBy/defaultInSuperInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("emptyVarArg.kt")
|
||||
public void testEmptyVarArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/callBy/emptyVarArg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionFunction.kt")
|
||||
public void testExtensionFunction() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/callBy/extensionFunction.kt");
|
||||
@@ -24596,6 +24601,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/createAnnotation/callByKotlin.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callByWithEmptyVarArg.kt")
|
||||
public void testCallByWithEmptyVarArg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/createAnnotation/callByWithEmptyVarArg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callJava.kt")
|
||||
public void testCallJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/createAnnotation/callJava.kt");
|
||||
|
||||
Reference in New Issue
Block a user