mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
First take on method references
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
PsiJavaFile:MethodRef4.java
|
||||
PsiMethodReferenceExpression:int[]::clone
|
||||
PsiTypeElement:int[]
|
||||
PsiTypeElement:int
|
||||
PsiKeyword:int('int')
|
||||
PsiJavaToken:LBRACKET('[')
|
||||
PsiJavaToken:RBRACKET(']')
|
||||
PsiJavaToken:DOUBLE_COLON('::')
|
||||
PsiReferenceParameterList
|
||||
<empty list>
|
||||
PsiIdentifier:clone('clone')
|
||||
Reference in New Issue
Block a user