blob: 3ab1ebe0dd7888fd10d07aabff3f5c232196e7f6 [file] [log] [blame]
class A {
def foo() {
print <selection>"abc"</selection>
}
}
class Other {
}