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
A use of an annotated method with @CheckReturnValue at the end of an if expression should be flagged by IgnoredReturnValue if the output of the if is not used.
Expected Behavior
A use of an annotated method with
@CheckReturnValue
at the end of an if expression should be flagged byIgnoredReturnValue
if the output of the if is not used.Same for the
when
.Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: