blob: 34eec4e0866bf1e82ecfe0e56de3a091583e7a4e [file] [log] [blame]
protected int a, b = 5
-----
Groovy script
Variable definitions
Modifiers
PsiElement(protected)('protected')
PsiWhiteSpace(' ')
Built in type
PsiElement(int)('int')
PsiWhiteSpace(' ')
Variable
PsiElement(identifier)('a')
PsiElement(,)(',')
PsiWhiteSpace(' ')
Variable
PsiElement(identifier)('b')
PsiWhiteSpace(' ')
PsiElement(=)('=')
PsiWhiteSpace(' ')
Literal
PsiElement(Integer)('5')