aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/ValWithSelfRefGenerics.java
AgeCommit message (Collapse)Author
2021-09-06Replace val with native final var in Java >= 10Rawi01
2020-03-06[fixes #2358] self-referential generics could cause endless loops in javac.Reinier Zwitserloot
... unfortunately eclipse's val resolver is now very slightly worse in very exotic circumstances - spent about 4 hours trying to fix it, can't figure it out, let's move on.