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
kasperl
changed the title
We dont' catch when null is assigned to a non-nulllable (inferred) variable
We don't catch when null is assigned to a non-nulllable (inferred) variable
Aug 21, 2023
This runs, and doesn't catch the place where we assign null to foo. It does warn though, because foo is non-nullable so the while is always true.
The text was updated successfully, but these errors were encountered: