blob: 73ab817e0314435194e76cb5eabd58a76527b848 [file] [log] [blame]
import pkg.Foo;
class Bar {
public void foo() {
new Foo(hash
#) {};
new Foo(hash
#, bar) {};
new Foo(hash
#x) {};
}
}