Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Fix OptionalCallExpression formatting #244

Merged
merged 1 commit into from Apr 3, 2020

Conversation

ooflorent
Copy link
Contributor

Prior this change, the output for OptionalCallExpression was wrong:

f<T>?(...xs)

Correct output is:

f?.<T>(...xs)

@sebmck sebmck merged commit 775d446 into rome:master Apr 3, 2020
@sebmck
Copy link
Contributor

sebmck commented Apr 3, 2020

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants