We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
md5: 889863ce2033f9cc73b7dc52d4ee8add
duplicates:
Issue Description:
When I have code like below in a file,
extension NSObject { typealias Name = String }
I should be able to use the type somewhere else like below,
extension NSObject.Name { static let b = NSObject.Name("b") }
but it can fail by "'Name' is not a member type of 'NSObject'" depending on the compile order.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Additional Detail from JIRA
md5: 889863ce2033f9cc73b7dc52d4ee8add
duplicates:
Issue Description:
When I have code like below in a file,
I should be able to use the type somewhere else like below,
but it can fail by "'Name' is not a member type of 'NSObject'" depending on the compile order.
The text was updated successfully, but these errors were encountered: