Varargs: add test
This commit is contained in:
+5
@@ -13876,6 +13876,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/boundTypeParameterInSupertype.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("boundTypeParameterInVararg.kt")
|
||||
public void testBoundTypeParameterInVararg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/boundTypeParameterInVararg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callBetweenLocalFunctions.kt")
|
||||
public void testCallBetweenLocalFunctions() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/callBetweenLocalFunctions.kt");
|
||||
|
||||
Reference in New Issue
Block a user