Update tests
This commit is contained in:
+10
@@ -2502,6 +2502,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/inline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("innerConstructorWithVararg.kt")
|
||||
public void testInnerConstructorWithVararg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/innerConstructorWithVararg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localFunctionWithDefault.kt")
|
||||
public void testLocalFunctionWithDefault() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/localFunctionWithDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("manyDefaultsAndVararg.kt")
|
||||
public void testManyDefaultsAndVararg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/manyDefaultsAndVararg.kt");
|
||||
|
||||
Reference in New Issue
Block a user