mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 11:36:16 +07:00
14 lines
388 B
Plaintext
14 lines
388 B
Plaintext
PsiJavaFile:New2.java
|
|
PsiNewExpression:new A[]
|
|
PsiKeyword:new('new')
|
|
PsiReferenceParameterList
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PsiJavaCodeReferenceElement:A
|
|
PsiIdentifier:A('A')
|
|
PsiReferenceParameterList
|
|
<empty list>
|
|
PsiJavaToken:LBRACKET('[')
|
|
PsiJavaToken:RBRACKET(']')
|
|
PsiErrorElement:Array initializer expected
|
|
<empty list> |