blob: 75954d0691fa0f75fd0b99f9f68ca32b3d99162c [file] [log] [blame]
def foo() {}
Closure c = {
this.<ref>foo()
}
c.call()