What steps will reproduce the problem?
1. try to compile a Java program using generics like this:
foo.<Integer>bar();
What is the expected output? What do you see instead?
it should compile with no errors like it does in eclipse but it fails like that:
foo.<Integer>bar();
^
illegal start of expression
What version of the product are you using? On what operating system?
TerminalIDE 2.02, Nexus 4, Android 4.2.2 (Carbon ROM)
Please provide any additional information below.
Google found that this once was a compiler bug in javac but should be fixed now
so maybe you just have to upgrade to the newest compiler version to fix that.
Original issue reported on code.google.com by David.Le...@gmail.com on 28 Apr 2013 at 8:10
Original issue reported on code.google.com by
David.Le...@gmail.com
on 28 Apr 2013 at 8:10