K2: add a black box test to confirm KT-55705 now works properly
This commit is contained in:
committed by
Space Team
parent
f2ef41dbbd
commit
4b1368409d
+6
@@ -38681,6 +38681,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/smartCasts/falseSmartCast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericInheritanceWithNonGenericNoAmbiguity.kt")
|
||||
public void testGenericInheritanceWithNonGenericNoAmbiguity() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/genericInheritanceWithNonGenericNoAmbiguity.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericIntersection.kt")
|
||||
public void testGenericIntersection() throws Exception {
|
||||
|
||||
+6
@@ -39679,6 +39679,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/smartCasts/falseSmartCast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericInheritanceWithNonGenericNoAmbiguity.kt")
|
||||
public void testGenericInheritanceWithNonGenericNoAmbiguity() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/genericInheritanceWithNonGenericNoAmbiguity.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericIntersection.kt")
|
||||
public void testGenericIntersection() throws Exception {
|
||||
|
||||
+6
@@ -38183,6 +38183,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/smartCasts/falseSmartCast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericInheritanceWithNonGenericNoAmbiguity.kt")
|
||||
public void testGenericInheritanceWithNonGenericNoAmbiguity() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/genericInheritanceWithNonGenericNoAmbiguity.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericIntersection.kt")
|
||||
public void testGenericIntersection() throws Exception {
|
||||
|
||||
+6
@@ -38682,6 +38682,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/smartCasts/falseSmartCast.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericInheritanceWithNonGenericNoAmbiguity.kt")
|
||||
public void testGenericInheritanceWithNonGenericNoAmbiguity() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/genericInheritanceWithNonGenericNoAmbiguity.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericIntersection.kt")
|
||||
public void testGenericIntersection() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user