mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
New Java parser (static import reference parsing fixed)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
PsiJavaFile:UnclosedImport3.java
|
||||
PsiImportList
|
||||
PsiImportStaticStatement
|
||||
PsiKeyword:import('import')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiKeyword:static('static')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiImportStaticReferenceElement:a
|
||||
PsiIdentifier:a('a')
|
||||
PsiErrorElement:';' expected
|
||||
<empty list>
|
||||
Reference in New Issue
Block a user