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