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
Currently (#26630), DeclareAsNullable only triggers when assigning the null literal.
Once we have a public API to expose the null-state of an expression, we could trigger on assignment of "maybe null" values.