IDEA-63436 (recurring expression parsing fixed)

This commit is contained in:
Roman Shevchenko
2011-01-20 20:12:50 +01:00
parent 67145e7bb5
commit 72f5ded520
3 changed files with 25 additions and 6 deletions
@@ -0,0 +1,16 @@
PsiJavaFile:ChainedThisObjectAccess.java
PsiReferenceExpression:A.this.B
PsiThisExpression:A.this
PsiJavaCodeReferenceElement:A
PsiIdentifier:A('A')
PsiReferenceParameterList
<empty list>
PsiJavaToken:DOT('.')
PsiKeyword:this('this')
PsiJavaToken:DOT('.')
PsiReferenceParameterList
<empty list>
PsiIdentifier:B('B')
PsiErrorElement:Unparsed tokens
PsiJavaToken:DOT('.')
PsiKeyword:this('this')