Skip to content

[Sema] property wrapper missing wrappedValue check should add fixit to new line #60727

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
merged 1 commit into from
Aug 23, 2022

Conversation

angela-laar
Copy link
Contributor

@angela-laar angela-laar commented Aug 23, 2022

Instead of adding the fixit directly after the curly brace, it should be added to a new line

@propertyWrapper
struct Wrapped {
var wrappedValue: Value <-- add here instead of the line above
}

rdar://95208456

@angela-laar
Copy link
Contributor Author

@swift-ci please test

@angela-laar angela-laar merged commit 4e21d33 into swiftlang:main Aug 23, 2022
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