-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix to work formatting foo.[bar] = baz
#5424
Fix to work formatting foo.[bar] = baz
#5424
Conversation
I'm not sure we should allow |
We should allow this because it is needed to write an assignment with multiline call chaining: foo
.bar_method(...)
.baz_method(...)
.[foobar] = baz And also we can't enforce |
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.
This is great, thanks
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 good! But it needs a rebase.
6c503f9
to
4702bd8
Compare
rebased |
4702bd8
to
f9483c2
Compare
Fixed #5416