blob: 82e58678eb90398ac45b234fc0d5fcab1b95be33 [file] [log] [blame]
class Foo {
def Bar = 1
def getBar() {
return 2
}
}
new Foo().getB<ref>ar()