Open GoogleCodeExporter opened 8 years ago
Suggested Patch:
### Eclipse Workspace Patch 1.0
#P BeanShell
Index: src/bsh/bsh.jjt
===================================================================
--- src/bsh/bsh.jjt (revision 172)
+++ src/bsh/bsh.jjt (working copy)
@@ -670,7 +670,7 @@
{ Token t; }
{
// added [] to Type for bsh. Removed [ final ] - is that legal?
- LOOKAHEAD(2) Type() [ TypeArguments() ] t=<IDENTIFIER> { jjtThis.name =
t.image; }
+ LOOKAHEAD(2) [ "final" ] Type() [ TypeArguments() ] t=<IDENTIFIER> {
jjtThis.name = t.image; }
|
t=<IDENTIFIER> { jjtThis.name = t.image; }
}
Original comment by pmne...@googlemail.com
on 5 Aug 2014 at 6:20
Original issue reported on code.google.com by
nunobrit...@gmail.com
on 5 Dec 2013 at 5:48