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
@objc optional
Xcode 11.4.1
md5: d578e7a3468768883192aac8be170b86
Issue Description:
protocol Prot { func foo() @objc optional func foobar() }
Here, an index.source request to SourceKit will correctly index the `foo()` reference, but not the `foobar` one.
The text was updated successfully, but these errors were encountered:
Comment by Bruno Rocha (JIRA)
Looks like this has been fixed in the latest master, it works now
Sorry, something went wrong.
No branches or pull requests
Environment
Xcode 11.4.1
Additional Detail from JIRA
md5: d578e7a3468768883192aac8be170b86
Issue Description:
Here, an index.source request to SourceKit will correctly index the `foo()` reference, but not the `foobar` one.
The text was updated successfully, but these errors were encountered: