We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
md5: 01c69c652d3706456bb342d10b911f73
Issue Description:
UseShorthandTypeNames ends up changing some types when it attempts to contract them:
UseShorthandTypeNames
Optional<(_ nestedInOptional: Bool) -> Void>? ↓ (_ nestedInOptional: Bool) -> Void??
Optional<(_ nestedInOptional: Bool) -> Void>?
(_ nestedInOptional: Bool) -> Void??
The text was updated successfully, but these errors were encountered:
@swift-ci create
Sorry, something went wrong.
Comment by Dylan Sturgeon (JIRA)
This looks fairly straightforward to fix, I can tackle it.
This should be fixed by #82. Let me know if you have any trouble!
Comment by Jeremy David Giesbrecht (JIRA)
Yes. I saw that. Thanks.
No branches or pull requests
Additional Detail from JIRA
md5: 01c69c652d3706456bb342d10b911f73
Issue Description:
UseShorthandTypeNames
ends up changing some types when it attempts to contract them:Optional<(_ nestedInOptional: Bool) -> Void>?
↓
(_ nestedInOptional: Bool) -> Void??
The text was updated successfully, but these errors were encountered: