[NI] Consider synthetic lower nullability constraint non-proper
This commit is contained in:
@@ -10815,6 +10815,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/nestedLambdaInferenceWithIncorporationOfVariables.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("notEnoughInformationFromNullabilityConstraint.kt")
|
||||
public void testNotEnoughInformationFromNullabilityConstraint() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/notEnoughInformationFromNullabilityConstraint.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nothingWithCallableReference.kt")
|
||||
public void testNothingWithCallableReference() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/nothingWithCallableReference.kt");
|
||||
|
||||
Generated
+5
@@ -10810,6 +10810,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/nestedLambdaInferenceWithIncorporationOfVariables.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("notEnoughInformationFromNullabilityConstraint.kt")
|
||||
public void testNotEnoughInformationFromNullabilityConstraint() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/notEnoughInformationFromNullabilityConstraint.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nothingWithCallableReference.kt")
|
||||
public void testNothingWithCallableReference() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/nothingType/nothingWithCallableReference.kt");
|
||||
|
||||
Reference in New Issue
Block a user