The parser allows super field accesses to have type arguments. In particular,
it accepts the following file, even though it is not valid Java syntax:
public class Foo {
public static class Bar<E> {E e;}
public static class Baz extends Bar<Integer> {
public void baz() {
Integer i = super.<Integer>e;
}
}
}
Original issue reported on code.google.com by Darmanit...@gmail.com on 4 Jul 2013 at 8:10
Original issue reported on code.google.com by
Darmanit...@gmail.com
on 4 Jul 2013 at 8:10