Generate forgotten FIR box test
This commit is contained in:
+5
@@ -2677,6 +2677,11 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/varargViewedAsArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargViewedAsPrimitiveArray.kt")
|
||||
public void testVarargViewedAsPrimitiveArray() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/varargViewedAsPrimitiveArray.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargWithDefaultValue.kt")
|
||||
public void testVarargWithDefaultValue() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/varargAndDefaults/varargWithDefaultValue.kt");
|
||||
|
||||
Reference in New Issue
Block a user