Generate LPAREN, RPAREN for METHOD_DEF parameters.
These are needed for ParenPadCheck, as indicated by RFE 734111. I'm not very skilled with antlr, so could someone else please check the changes.
This commit is contained in:
parent
fdc9cc3713
commit
1658656fa2
|
|
@ -281,7 +281,9 @@ field!
|
|||
mods,
|
||||
#(#[TYPE,"TYPE"],rt),
|
||||
IDENT,
|
||||
LPAREN,
|
||||
param,
|
||||
RPAREN,
|
||||
tc,
|
||||
s2);}
|
||||
| v:variableDefinitions[#mods,#t] SEMI
|
||||
|
|
|
|||
Loading…
Reference in New Issue