Substitute captured types with inner intersection one (NewTypeSubstitutor)
^KT-44651 Fixed
This commit is contained in:
+5
@@ -13855,6 +13855,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inference/specialCallsWithCallableReferences.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("substituteIntersectionTypeInsideCapType.kt")
|
||||
public void testSubstituteIntersectionTypeInsideCapType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/substituteIntersectionTypeInsideCapType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("subtypingOfIntersectionIltInsideFlexible.kt")
|
||||
public void testSubtypingOfIntersectionIltInsideFlexible() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inference/subtypingOfIntersectionIltInsideFlexible.kt");
|
||||
|
||||
Reference in New Issue
Block a user