blob: bf4b33e662391ef0aac5ed40ac2706b7e8cdce7a [file] [log] [blame]
def x = /I cost $$@$@$$/
-----
Groovy script
Variable definitions
Modifiers
PsiElement(def)('def')
PsiWhiteSpace(' ')
Variable
PsiElement(identifier)('x')
PsiWhiteSpace(' ')
PsiElement(=)('=')
PsiWhiteSpace(' ')
Literal
GroovyASTPsiElementImpl(regex literal)
PsiElement(regex begin)('/')
PsiElement(regex content)('I cost $$@$@$$')
PsiElement(regex end)('/')