mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 21:43:33 +07:00
java: experimental <any T> support
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
PsiJavaFile:AnyType.java
|
||||
PsiTypeParameterList
|
||||
PsiJavaToken:LT('<')
|
||||
PsiTypeParameter:T
|
||||
PsiElement(DUMMY_ELEMENT)
|
||||
PsiIdentifier:any('any')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiIdentifier:T('T')
|
||||
PsiElement(EXTENDS_BOUND_LIST)
|
||||
<empty list>
|
||||
PsiJavaToken:GT('>')
|
||||
Reference in New Issue
Block a user