Skip to content

[Type checker] Infer @objc for protocol conformances in other extensions #4640

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
Sep 6, 2016

Conversation

DougGregor
Copy link
Member

Expand the scope of @objc inference for witnesses to encompass
witnesses that are in a different extension from that of the
conformance, including cases where one or the other is in the nominal
type declaration itself.

Resolves rdar://problem/26892526.

@DougGregor
Copy link
Member Author

@swift-ci please smoke test and merge

…ons.

Expand the scope of @objc inference for witnesses to encompass
witnesses that are in a different extension from that of the
conformance, including cases where one or the other is in the nominal
type declaration itself.

Fixes rdar://problem/26892526.
@DougGregor DougGregor force-pushed the infer-objc-extensions branch from 438fe60 to 7e2efe5 Compare September 6, 2016 20:04
@DougGregor
Copy link
Member Author

@swift-ci please smoke test

@DougGregor DougGregor merged commit 9948a35 into swiftlang:master Sep 6, 2016
@DougGregor DougGregor deleted the infer-objc-extensions branch September 6, 2016 20:05
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.

1 participant