[Tests] Add box tests for #KT-59904
This commit is contained in:
committed by
Space Team
parent
843ded892d
commit
f47705f123
+10
@@ -3812,11 +3812,21 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/unboundReferences.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unitCoercionOverloads.kt")
|
||||
public void testUnitCoercionOverloads() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/unitCoercionOverloads.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargFromBaseClass.kt")
|
||||
public void testVarargFromBaseClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/varargFromBaseClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargOverloads.kt")
|
||||
public void testVarargOverloads() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/varargOverloads.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargViewedAsArray.kt")
|
||||
public void testVarargViewedAsArray() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/adaptedReferences/varargViewedAsArray.kt");
|
||||
|
||||
Reference in New Issue
Block a user