Issue #2973: removed unused inferredParameterList from java.g
This commit is contained in:
parent
cc536c2b91
commit
0feb495a10
|
|
@ -1606,16 +1606,12 @@ lambdaExpression
|
|||
lambdaParameters
|
||||
: IDENT
|
||||
| LPAREN (parameterDeclarationList)? RPAREN
|
||||
| LPAREN inferredParameterList RPAREN
|
||||
;
|
||||
|
||||
lambdaBody
|
||||
: (options{generateAmbigWarnings=false;}: expression
|
||||
| statement)
|
||||
;
|
||||
inferredParameterList
|
||||
: IDENT (COMMA IDENT)*
|
||||
;
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue