-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Sema] Avoid misleading diagnostics for incomplete enum computed properties #40705
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
[Sema] Avoid misleading diagnostics for incomplete enum computed properties #40705
Conversation
@swift-ci Please smoke test |
3c26b8e
to
a5c26ce
Compare
a5c26ce
to
b87244b
Compare
@swift-ci Please smoke test |
34df035
to
af46849
Compare
@swift-ci Please smoke test |
af46849
to
467521c
Compare
@swift-ci Please smoke test |
467521c
to
74f8bb0
Compare
74f8bb0
to
29879ea
Compare
@LucianoPAlmeida This is in my queue, going to take a look on Monday. |
Thank you @xedin =] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@swift-ci please test |
Just avoid a misleading diagnostic for incomplete enum computed properties. We had already a solution applied for extensions so this patch was simply apply to enum as well.
Resolves SR-15657.