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