blob: f5d47ccb0e67cb7d4283946df059fd23520cd8e9 [file] [log] [blame]
static private def String a, b, c = "foo"
-----
Groovy script
Variable definitions
Modifiers
PsiElement(static)('static')
PsiWhiteSpace(' ')
PsiElement(private)('private')
PsiWhiteSpace(' ')
PsiElement(def)('def')
PsiWhiteSpace(' ')
Type element
Reference element
PsiElement(identifier)('String')
PsiWhiteSpace(' ')
Variable
PsiElement(identifier)('a')
PsiElement(,)(',')
PsiWhiteSpace(' ')
Variable
PsiElement(identifier)('b')
PsiElement(,)(',')
PsiWhiteSpace(' ')
Variable
PsiElement(identifier)('c')
PsiWhiteSpace(' ')
PsiElement(=)('=')
PsiWhiteSpace(' ')
Literal
PsiElement(Gstring)('"foo"')