blob: dc067530d03319f96b70a7bc60b6d5d921693532 [file] [log] [blame]
class Goo {
Goo(p) {}
def foo = 2
}
def foo = 3
println new Goo(f<ref>oo) {}