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: ccb73507bfc3507848f41ef27acd8d6e
Issue Description:
From the Generics Manifesto:
Currently, a generic type cannot be nested within another generic type, e.g.
struct X<T> { struct Y<U> { } // currently ill-formed, but should be possible }
There isn't much to say about this: the compiler simply needs to be improved to handle nested generics throughout.
The text was updated successfully, but these errors were encountered:
#5600
Sorry, something went wrong.
slavapestov
No branches or pull requests
Additional Detail from JIRA
md5: ccb73507bfc3507848f41ef27acd8d6e
Issue Description:
From the Generics Manifesto:
Currently, a generic type cannot be nested within another generic type, e.g.
There isn't much to say about this: the compiler simply needs to be improved to handle nested generics throughout.
The text was updated successfully, but these errors were encountered: