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
+5
@@ -40711,6 +40711,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/smartCasts/falseSmartCast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericInheritanceWithNonGenericNoAmbiguity.kt")
|
||||
public void testGenericInheritanceWithNonGenericNoAmbiguity() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/genericInheritanceWithNonGenericNoAmbiguity.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericIntersection.kt")
|
||||
public void testGenericIntersection() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/smartCasts/genericIntersection.kt");
|
||||
|
||||
Reference in New Issue
Block a user