Propagate nullness flexibility into the result type from type variables in other constraints during result type finding, to prevent variable fixation to less flexible type
^KT-44540 Fixed
This commit is contained in:
Generated
+6
@@ -20219,6 +20219,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/override.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propagateFlexibilityFromOtherConstraints.kt")
|
||||
public void testPropagateFlexibilityFromOtherConstraints() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/propagateFlexibilityFromOtherConstraints.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("rawOverrides.kt")
|
||||
public void testRawOverrides() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user