blob: 46abb135a6a935177d8f46640cb254305f93cbd0 [file] [log] [blame]
class W {
def getFoo() {
return 4;
}
def a() {
def foo = 5;
print f<ref>oo;
}
}