Parenthesis are mandatory after a constructor call (due to problems with 'new Foo?isValid()')
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user