blob: 19b23b25f930986c7313022d963cfa6b05d7f275 [file] [log] [blame]
class Bar {
def foo() {
def a = 5
a++;
print <selection>a</selection>
}
}