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
In the below program we should know that something typed as ITestOutput won't ever be non-null. We should be able to optimize out the null check branch in Foo.
In the below program we should know that something typed as
ITestOutput
won't ever be non-null. We should be able to optimize out the null check branch inFoo
.Cc @nagya @jevansaks @EgorBo
The text was updated successfully, but these errors were encountered: