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
If a comment is followed by a brace, the brace is moved to the end of the comment and is effectively commented out. Now the code won't compile because the brace is missing as it's now part of the comment. It happens anytime a brace is followed by a comment. This happens quite consistently in a large code base. When this happens extra braces are inserted.
If a comment is followed by a brace, the brace is moved to the end of the comment and is effectively commented out. Now the code won't compile because the brace is missing as it's now part of the comment. It happens anytime a brace is followed by a comment. This happens quite consistently in a large code base. When this happens extra braces are inserted.
as3 code for example:
This example should pass through unchanged but the actual result is:-
The text was updated successfully, but these errors were encountered: