mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
8 lines
169 B
Groovy
8 lines
169 B
Groovy
def myVar =<caret>"""
|
|
blah, blah
|
|
more blah
|
|
"""
|
|
|
|
def literal = '''
|
|
keep spaces here too
|
|
''' |