blob: 681dd3de26e876d630608dbd41575d538e1aaaa1 [file] [log] [blame]
class Foo {
def bar = 5
def foo() {
print <selection>bar + 5</selection>
}
}