forked from JavaTX/JavaCompilerCore
Grammar now supports untyped parameters in method declarations.
This commit is contained in:
parent
c5ea9a3464
commit
b2e5555da5
@ -466,7 +466,7 @@ formalParameters
|
||||
;
|
||||
|
||||
formalParameter
|
||||
: variableModifier* unannType variableDeclaratorId
|
||||
: variableModifier* unannType? variableDeclaratorId
|
||||
;
|
||||
|
||||
variableModifier
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,4 @@
|
||||
= Grammatik =
|
||||
|
||||
* Core-Problem: Typinferenz vs. Konstruktoren
|
||||
* möglicherweise Problem: falsche Return-Expressions
|
||||
|
Loading…
Reference in New Issue
Block a user