mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
20 lines
557 B
Plaintext
20 lines
557 B
Plaintext
PsiJavaFile:New13.java
|
|
PsiNewExpression:new int[1][][
|
|
PsiKeyword:new('new')
|
|
PsiReferenceParameterList
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PsiKeyword:int('int')
|
|
PsiJavaToken:LBRACKET('[')
|
|
PsiLiteralExpression:1
|
|
PsiJavaToken:INTEGER_LITERAL('1')
|
|
PsiJavaToken:RBRACKET(']')
|
|
PsiJavaToken:LBRACKET('[')
|
|
PsiJavaToken:RBRACKET(']')
|
|
PsiJavaToken:LBRACKET('[')
|
|
PsiErrorElement:']' expected
|
|
<empty list>
|
|
PsiErrorElement:Unparsed tokens
|
|
PsiJavaToken:INTEGER_LITERAL('2')
|
|
PsiJavaToken:RBRACKET(']')
|