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