Stub implementation for expression nodes

This commit is contained in:
Maxim Shafirov
2011-01-07 16:57:44 +03:00
parent 7bfe5dcfe6
commit 1d6317356a
25 changed files with 567 additions and 54 deletions
@@ -1018,7 +1018,7 @@ JetFile: BinaryHeap.jet
PsiElement(LBRACE)('{')
PsiWhiteSpace('\n ')
BINARY_EXPRESSION
FIELD_REFERENCE
REFERENCE_EXPRESSION
PsiElement(FIELD_IDENTIFIER)('$value')
PsiWhiteSpace(' ')
PsiElement(EQ)('=')