-
Notifications
You must be signed in to change notification settings - Fork 2k
Block comments cause "Unexpected TERMINATOR" at end of objects #3159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hahaha this one is giving "UNEXPECTED MATH" a run for its money. This needs to be added to the FAQ. @geoffreak: for now, just search previous issues. |
Can I get an actual explanation? Searches don't turn up anything relating to my issue. |
Thanks. I do hope something will be done about this to prevent it throwing an error though. |
The original example is fixed via #4572. Sorry it took awhile. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code does not compile (but seems like it should):
However, adding any kind of runnable code after the block comment allows for compilation:
Or
Commenting the runnable code gets us back to the unexpected error:
I really hope this isn't intended behavior
The text was updated successfully, but these errors were encountered: