Restore a test
This commit is contained in:
+5
@@ -10704,6 +10704,11 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/functions/bigArity/callFromJava.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callFunViaVararg.kt")
|
||||
public void testCallFunViaVararg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/bigArity/callFunViaVararg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callWithIncorrectNumberOfArguments.kt")
|
||||
public void testCallWithIncorrectNumberOfArguments() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/bigArity/callWithIncorrectNumberOfArguments.kt");
|
||||
|
||||
Reference in New Issue
Block a user