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 following code, SA1009 is reported for the ) token. In this situation, SA1009 should be suppressed and SA1022 should be reported for the + token.
varx=(int)+3;
The text was updated successfully, but these errors were encountered:
In the following code, SA1009 is reported for the
)
token. In this situation, SA1009 should be suppressed andSA1022
should be reported for the+
token.The text was updated successfully, but these errors were encountered: