Skip to content

[parser] Fix invalid tuple type round-tripping issue #27286

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

Conversation

nathawes
Copy link
Contributor

public init(a: (b || c)) became public init(a: )(b || c) after round-tripping.

Resolves rdar://problem/55280477

`public init(a: (b || c))` became `public init(a: )(b || c)` after
round-tripping.

Resolves rdar://problem/55280477
@nathawes nathawes requested a review from rintaro September 21, 2019 02:07
@nathawes
Copy link
Contributor Author

@swift-ci please test

Copy link
Member

@rintaro rintaro left a comment

Choose a reason for hiding this comment

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

LGTM!

@rintaro rintaro merged commit 8555d1b into swiftlang:master Sep 23, 2019
@nathawes nathawes deleted the r55280477-tuple-type-syntax-round-trip branch September 23, 2019 17:57
rintaro added a commit to rintaro/swift that referenced this pull request Oct 14, 2019
…ple-type-syntax-round-trip"

This reverts commit 8555d1b, reversing
changes made to e315b6f.
rintaro added a commit to rintaro/swift that referenced this pull request Oct 14, 2019
…80477-tuple-type-syntax-round-trip""

This reverts commit baa0ef7.
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