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