[NI] Do not incorporate constraints that are needed only for nullability
This commit is contained in:
Generated
+5
@@ -10841,6 +10841,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/discriminatedNothingAndSmartCast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("discriminatedNothingInsideComplexNestedCall.kt")
|
||||
public void testDiscriminatedNothingInsideComplexNestedCall() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/discriminatedNothingInsideComplexNestedCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("generateConstraintWithInnerNothingType.kt")
|
||||
public void testGenerateConstraintWithInnerNothingType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/generateConstraintWithInnerNothingType.kt");
|
||||
|
||||
Reference in New Issue
Block a user