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

Support for Obj-C generics and type annotations #70

Open
rafalio opened this issue Jul 14, 2016 · 2 comments
Open

Support for Obj-C generics and type annotations #70

rafalio opened this issue Jul 14, 2016 · 2 comments

Comments

@rafalio
Copy link

rafalio commented Jul 14, 2016

Are generics and type annotations something you are thinking of adding to this package for Obj-C?

For example, it's now legal to do something like NSDictionary<ClassA*,ClassB*>* in Obj-C to annotate that the NSDictionary is parametrized over ClassA and ClassB. From my cursory look at the code it appears this is not supported.

@mchakravarty
Copy link
Contributor

@rafalio I wrote the Obj-C support, and you are right in that the latest additions to Objective-C (basically anything from WWDC 2014-2016) are not supported. I don't currently have the time to do anything about that, but I assume that @mainland would be happy to include a contribution from somebody else.

@mainland
Copy link
Owner

I would be happy to accept a pull request.

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

No branches or pull requests

3 participants