blob: 19094493b89a8b9176a95c3a14faf4ba65a2cb5f [file] [log] [blame]
def b = foo [1] instanceof String
-----
Groovy script
Variable definitions
Modifiers
PsiElement(def)('def')
PsiWhiteSpace(' ')
Variable
PsiElement(identifier)('b')
PsiWhiteSpace(' ')
PsiElement(=)('=')
PsiWhiteSpace(' ')
Instanceof expression
Property by index
Reference expression
PsiElement(identifier)('foo')
PsiWhiteSpace(' ')
Arguments
PsiElement([)('[')
Literal
PsiElement(Integer)('1')
PsiElement(])(']')
PsiWhiteSpace(' ')
PsiElement(instanceof)('instanceof')
PsiWhiteSpace(' ')
Type element
Reference element
PsiElement(identifier)('String')