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

Fix for #133 - Support interface types in parameterised types #134

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

martinlau
Copy link

@martinlau martinlau commented Sep 30, 2019

Fixes #133 by handling "interface" in the same way as "class" in pulling out generic types.

@joel-costigliola joel-costigliola changed the base branch from master to main June 21, 2020 03:58
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.

hasXXX assertions generate invalid code when XXX is an Iterable of an interface type.
2 participants