Skip to content

Adjustments for merging spacedBinaryOperator and unspacedBinaryOperator #472

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

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Jan 10, 2023

Comment on lines 309 to 310
// defining a prefix or postfix operator, or even if the operator isn't originally followed by a
// space, the token kind always comes through as `spacedBinaryOperator`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// defining a prefix or postfix operator, or even if the operator isn't originally followed by a
// space, the token kind always comes through as `spacedBinaryOperator`.
// defining a prefix or postfix operator, the token kind always comes through as
// `binaryOperator`.

@ahoppen ahoppen force-pushed the ahoppen/merge-binary-operators branch from 80c64cc to 216ee3e Compare January 11, 2023 09:34
@ahoppen ahoppen merged commit ab66626 into swiftlang:main Jan 11, 2023
@ahoppen ahoppen deleted the ahoppen/merge-binary-operators branch January 11, 2023 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants