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
The same construction should probably also be allowed for //// comments. // comments will not work because they require an empty line before them and that will (and shall) trigger SA1115.
The text was updated successfully, but these errors were encountered:
The following code should not produce SA1115, but it currently does:
The same construction should probably also be allowed for
////
comments.//
comments will not work because they require an empty line before them and that will (and shall) trigger SA1115.The text was updated successfully, but these errors were encountered: