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
// @misti-suppress DivideBeforeMultiply
let a = (a / MAX_VAL) * 3;
To implement warning suppressions in the source code, such as in comments, it would be nice to have these in the syntax tree. This should be done in the compiler first.
The text was updated successfully, but these errors were encountered:
We would like to have something like this:
To implement warning suppressions in the source code, such as in comments, it would be nice to have these in the syntax tree. This should be done in the compiler first.
The text was updated successfully, but these errors were encountered: