-
Notifications
You must be signed in to change notification settings - Fork 18
fix: comment before else
and and
#236
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 Looks like there's a comment missing right here before the decorator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I just realized that after I made this PR. I think the _newline_and_comment
node discards the comment in this particular position.
This fixes errors when parsing comments and newlines before
else
clauses and decoratedand
bindings.