Resolve for named infix calls and infix plus

This commit is contained in:
Andrey Breslav
2011-03-10 22:29:58 +03:00
parent 72d7cf0d4d
commit 82261a2c2e
38 changed files with 713 additions and 364 deletions
@@ -89,7 +89,8 @@ JetFile: AnonymousObjects.jet
REFERENCE_EXPRESSION
PsiElement(IDENTIFIER)('clickCount')
PsiWhiteSpace(' ')
PsiElement(GT)('>')
OPERATION_REFERENCE
PsiElement(GT)('>')
PsiWhiteSpace(' ')
INTEGER_CONSTANT
PsiElement(INTEGER_LITERAL)('3')