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 thunk stub generation for generic types #156

Merged

Conversation

andrewchang-bird
Copy link
Contributor

Mock type references are now stripped of generic types during parsing and before comparison.

Fixes #155

Mock type references are now stripped of generic types during parsing
and before comparison.
@andrewchang-bird andrewchang-bird merged commit b0c6f02 into typealiased:master Jul 29, 2020
@andrewchang-bird andrewchang-bird deleted the fix-generic-thunk-stubs branch July 29, 2020 23:32
andrewchang-bird added a commit that referenced this pull request Jul 30, 2020
Mock type references are now stripped of generic types during parsing
and before comparison.
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.

Generated code of a generic type is always in the form of thunk stubs
2 participants