Call expression

This commit is contained in:
Andrey Breslav
2010-12-10 18:48:12 +03:00
parent f9eb67c0a1
commit 1fe0c77302
2 changed files with 9 additions and 2 deletions
+6 -2
View File
@@ -106,8 +106,12 @@ postfixUnaryOperation
;
functionCall
: SimpleName typeArguments valueArguments? functionLiteral?
: SimpleName valueArguments functionLiteral?
: functionExpression typeArguments valueArguments? functionLiteral?
: functionExpression valueArguments functionLiteral?
;
functionExpression
: expression
;
typeArguments