blob: 2375c037f73d6454baa24df0344abc8404cc3968 [file] [log] [blame]
class Foo {
def field = 2
static def foo() {
print fiel<ref>d
}
}