blob: dd7ff4e8540a521f4b96c46914c91e222f3f93cc [file] [log] [blame]
class bar {
static def abc() {}
def foo() {
print ba<ref>r
}
}
new bar().foo()