blob: 0503b49a92eaf84ccb5f3c048f1d4883958b9138 [file] [log] [blame]
import pkg.Foo;
class Bar {
public void foo() {
new Foo(hashCode())<caret> {}
}
}