Expected behaviour
Comment should be ignored.
Actual behaviour
Comment is not ignored, and affects logic.
Steps to reproduce
Create an if (true) else statement.
Put a comment above the else.
The if and else both run.
Comment should be ignored.
Comment is not ignored, and affects logic.
Create an if (true) else statement.
Put a comment above the else.
The if and else both run.
| View |