no report 'UNNECESSARY_NOT_NULL_ASSERTION' on error types
This commit is contained in:
@@ -2098,6 +2098,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/nullabilityAndAutoCasts/kt362.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noUnnecessaryNotNullAssertionOnErrorType.kt")
|
||||
public void testNoUnnecessaryNotNullAssertionOnErrorType() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/nullabilityAndAutoCasts/noUnnecessaryNotNullAssertionOnErrorType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NullableNothingIsExactlyNull.kt")
|
||||
public void testNullableNothingIsExactlyNull() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/nullabilityAndAutoCasts/NullableNothingIsExactlyNull.kt");
|
||||
|
||||
Reference in New Issue
Block a user