summaryrefslogtreecommitdiff
path: root/plugins/groovy/testdata/parsing/groovy/expressions/gstring/str7.test
blob: 50c4209d75593f48e5d8a89fac8474a9366a8a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"$Preved, medved!"
-----
Groovy script
  Compound Gstring
    PsiElement(Gstring begin)('"')
    GrStringContentImpl(GString content element)
      ASTWrapperPsiElement(Gstring content)
        <empty list>
    GString injection
      PsiElement($)('$')
      Reference expression
        PsiElement(identifier)('Preved')
    GrStringContentImpl(GString content element)
      PsiElement(Gstring content)(', medved!')
    PsiElement(Gstring end)('"')