[Native][tests] Generate missing codegen/box tests
This commit is contained in:
+6
@@ -3672,6 +3672,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/casts/dontCreateInconsistentTypeDuringStarProjectionSubstitution.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericReturnCast.kt")
|
||||
public void testGenericReturnCast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/genericReturnCast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intersectionTypeMultipleBounds.kt")
|
||||
public void testIntersectionTypeMultipleBounds() throws Exception {
|
||||
|
||||
+6
@@ -3633,6 +3633,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/casts/dontCreateInconsistentTypeDuringStarProjectionSubstitution.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericReturnCast.kt")
|
||||
public void testGenericReturnCast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/genericReturnCast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intersectionTypeMultipleBounds.kt")
|
||||
public void testIntersectionTypeMultipleBounds() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user