Skip to content
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

Update generalized typedef feature spec to allow usage of typedef as class #116

Merged
merged 6 commits into from
Nov 30, 2018

Conversation

eernstg
Copy link
Member

@eernstg eernstg commented Nov 29, 2018

This updates the feature spec of generalized type aliases to allow all class-like usages, including F.myStaticGetter and F<int>.myStaticMethod(42) where F is a type alias and F resp. F<int> may denote a class C or a parameterized type C<...> where C is a generic class.

Copy link
Member

@leafpetersen leafpetersen left a comment

Choose a reason for hiding this comment

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

LGTM, pending agreement on the question I called out below.

@eernstg eernstg merged commit 813e901 into master Nov 30, 2018
@eernstg eernstg deleted the spec_mark_discussion_nonfun_typedef_nov18 branch December 3, 2018 08:13
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.

3 participants