blob: be0cc26e35ec888380f5ee23853ec48bb3dd462f [file] [log] [blame]
"aaaa $str... bbb"
-----
Groovy script
Compound Gstring
PsiElement(Gstring begin)('"')
GrStringContentImpl(GString content element)
PsiElement(Gstring content)('aaaa ')
GString injection
PsiElement($)('$')
Reference expression
PsiElement(identifier)('str')
GrStringContentImpl(GString content element)
PsiElement(Gstring content)('... bbb')
PsiElement(Gstring end)('"')