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

Concretised parameters are not resolved #6

Closed
victornoel opened this issue Jul 22, 2018 · 0 comments
Closed

Concretised parameters are not resolved #6

victornoel opened this issue Jul 22, 2018 · 0 comments

Comments

@victornoel
Copy link
Owner

victornoel commented Jul 22, 2018

The following:

public interface ASuperInterface<A> {
  void test(A a);
}

public interface AnInterface extends ASuperInterface<String> {
  void test();
}

Should generate an envelope with String and not A in the method parameters.

See google/auto#653 for how to solve this.

The existing test should be un-ignored.

victornoel added a commit that referenced this issue Jul 22, 2018
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

1 participant