blob: b8b11b7b2e4603baa1f8ae0b67fa6b1ce548092b [file] [log] [blame]
package bugs
class GroovyReformatBUG {
def test() {
call( //comment
'''
hi
''')
}
}
-----
package bugs
class GroovyReformatBUG {
def test() {
call( //comment
'''
hi
''')
}
}