Skip to content
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

redundantParens false positive #1699

Closed
brzzdev opened this issue May 14, 2024 · 1 comment
Closed

redundantParens false positive #1699

brzzdev opened this issue May 14, 2024 · 1 comment
Labels
bug fixed in develop bug/feature resolved in the develop branch

Comments

@brzzdev
Copy link

brzzdev commented May 14, 2024

Related to #1698
Given
let example = Example<(() -> Void)?>(nil)
then
redundantParens
will change these to
let example = Example<(() -> Void)?>
which is then an error in Xcode.

@nicklockwood nicklockwood added bug fixed in develop bug/feature resolved in the develop branch labels May 18, 2024
@nicklockwood
Copy link
Owner

@brzzdev fixed in 0.53.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fixed in develop bug/feature resolved in the develop branch
Projects
None yet
Development

No branches or pull requests

2 participants