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 const x = sideAffecting();, x is unused. The statement containing x does something, but it could be simplified to just sideAffecting();. (And it might be simplified to nothing at all if the side-effect is necessary to compute x but not desired if we don't need x.)
Uh oh!
There was an error while loading. Please reload this page.
The following fragment, which uses the static initialization of
s
, marksD
unused today:Initially mentioned in #16078 but this is a separate issue.
The text was updated successfully, but these errors were encountered: