blob: 2728aff423ff8f4130914ecbb82309e412e47aa8 [file] [log] [blame]
class X {
public foo
def getFoo(){foo}
def bar = {
print <selection>foo</selection>
}
}
print new X().bar()