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

[Java] add generic parameters in AST #3505

Merged
merged 2 commits into from Jul 12, 2021
Merged

[Java] add generic parameters in AST #3505

merged 2 commits into from Jul 12, 2021

Conversation

aryx
Copy link
Collaborator

@aryx aryx commented Jul 12, 2021

This closes #3482

test plan:
test files included
$ yy -lang java -f tests/java/misc_generic.sgrep tests/java/misc_generic.java -pvar '$TYPE'
...
tests/java/misc_gentests/java/misc_generic.java:4: A

PR checklist:

  • changelog is up to date

This closes #3482

test plan:
test files included
$ yy -lang java -f tests/java/misc_generic.sgrep tests/java/misc_generic.java -pvar '$TYPE'
...
tests/java/misc_gentests/java/misc_generic.java:4: A<int>
@aryx aryx requested review from emjin, IagoAbal and mjambon July 12, 2021 14:21
@github-actions
Copy link
Contributor

Potential non-blocking slowdown latest time 3.213 is over 12 percent slower than baseline 2.901. See run output for more details

@aryx aryx merged commit 05076f8 into develop Jul 12, 2021
@aryx aryx deleted the java_type_args branch July 12, 2021 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Fixes drop Java generic parameters; no apparent way to specify correct fix
1 participant