[NI] Propagate non-null info on supertypes for capturing from bounds
#KT-31941 Fixed
This commit is contained in:
+5
@@ -9860,6 +9860,11 @@ public class FirDiagnosticsSmokeTestGenerated extends AbstractFirDiagnosticsSmok
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/overApproximationForOutCaptured.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("propagateNullailityOnSupertypesWhenCaptureTypes.kt")
|
||||
public void testPropagateNullailityOnSupertypesWhenCaptureTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/propagateNullailityOnSupertypesWhenCaptureTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starProjectionRegression.kt")
|
||||
public void testStarProjectionRegression() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/capturedTypes/starProjectionRegression.kt");
|
||||
|
||||
Reference in New Issue
Block a user