You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/compiler-cli/src/ngtsc/typecheck/extended/test/checks/nullish_coalescing_not_nullable/nullish_coalescing_not_nullable_spec.ts
+37-1
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,42 @@ runInEachFileSystem(() => {
74
74
expect(diags.length).toBe(0);
75
75
});
76
76
77
+
it('should not produce nullish coalescing warning for the any type',()=>{
0 commit comments