IDEADEV-40965: Groovy: "Convert to String" intention applied for multiline GString...
[fedora-idea.git] / plugins / groovy / testdata / intentions / convertGStringToString / SlashBeforeNewLine_after.groovy
blobcb1581815529dea37b3dc4fefb50f85ad5d89800
1 def text = '''\
2 some text
3 ''' + String.valueOf(s) + '''
4 '''