Parenthesis are mandatory after a constructor call (due to problems with 'new Foo?isValid()')

This commit is contained in:
Andrey Breslav
2011-03-17 11:51:28 +03:00
parent b46543b872
commit 28e16cc214
7 changed files with 22 additions and 12 deletions
+3
View File
@@ -31,6 +31,9 @@ JetFile: ControlStructures.jet
USER_TYPE
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('Foo')
VALUE_ARGUMENT_LIST
PsiElement(LPAR)('(')
PsiElement(RPAR)(')')
PsiElement(COMMA)(',')
PsiWhiteSpace('\n ')
VALUE_PARAMETER