Skip to content

[5.1] [Name lookup] Deduplicate nominal declarations found via resolveTypeDeclsToNominal #26177

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

Conversation

DougGregor
Copy link
Member

Perform basic deduplication of the nominal type declarations found via
resolveTypeDeclsToNominal(). Fixes rdar://problem/53164203

…eclsToNominal.

Perform basic deduplication of the nominal type declarations found via
resolveTypeDeclsToNominal(). Fixes rdar://problem/53164203

(cherry picked from commit 4b1fff9)
@DougGregor
Copy link
Member Author

@swift-ci please test

@slavapestov
Copy link
Contributor

Does this also address rdar://51413553 ?

@@ -0,0 +1,8 @@
@propertyWrapper
public struct Wrapper<Value> {
public var wrappedValue: Value
Copy link
Contributor

Choose a reason for hiding this comment

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

Tabs again? :)

Copy link
Member Author

Choose a reason for hiding this comment

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

Didn't cherry-pick over #26178 yet

@DougGregor DougGregor merged commit de7dc62 into swiftlang:swift-5.1-branch Jul 17, 2019
@DougGregor DougGregor deleted the property-wrappers-ambig-53164203-5.1 branch July 17, 2019 16:36
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