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 support for wildcards in private epoxyattributes #451

Merged
merged 3 commits into from
Jun 18, 2018
Merged

Conversation

elihart
Copy link
Contributor

@elihart elihart commented Jun 16, 2018

Fixes #431

We were comparing the type mirrors of the method type with the field type and somehow they weren't the same. Instead of trying to make that work (and hoping we have it right for all cases) I just deleted the type checks.

This seems fine, because if the method name and, visibility, and number of params matches it should work, and if the type is wrong we can let the compiler give a better error message than we could

cc @ngsilverman

@elihart elihart merged commit bcfecc8 into master Jun 18, 2018
@elihart elihart deleted the eli-kotlin_list branch June 18, 2018 16:10
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.

1 participant