Parenthesis are mandatory after a constructor call (due to problems with 'new Foo?isValid()')
This commit is contained in:
@@ -221,7 +221,7 @@ expressions
|
||||
;
|
||||
|
||||
constructorInvocation
|
||||
: userType valueArguments?
|
||||
: userType valueArguments
|
||||
;
|
||||
|
||||
arrayAccess
|
||||
|
||||
Reference in New Issue
Block a user