Need *this* to be an expression and don't need separate node for super type qualifiers - they're all type references

This commit is contained in:
Maxim Shafirov
2011-01-09 00:01:01 +03:00
parent 2ce071dd38
commit 936d3443ea
12 changed files with 77 additions and 39 deletions
@@ -44,7 +44,8 @@ JetFile: HashMap.jet
TUPLE
PsiElement(LPAR)('(')
BINARY_EXPRESSION
PsiElement(this)('this')
THIS_EXPRESSION
PsiElement(this)('this')
PsiWhiteSpace(' ')
PsiElement(as)('as')
PsiWhiteSpace(' ')
@@ -129,7 +130,8 @@ JetFile: HashMap.jet
TUPLE
PsiElement(LPAR)('(')
BINARY_EXPRESSION
PsiElement(this)('this')
THIS_EXPRESSION
PsiElement(this)('this')
PsiWhiteSpace(' ')
PsiElement(as)('as')
PsiWhiteSpace(' ')
@@ -353,7 +355,8 @@ JetFile: HashMap.jet
VALUE_ARGUMENT_LIST
PsiElement(LPAR)('(')
VALUE_ARGUMENT
PsiElement(this)('this')
THIS_EXPRESSION
PsiElement(this)('this')
PsiElement(RPAR)(')')
PsiWhiteSpace('\n\n')
CLASS