blob: 446740a3327c86888f721e3ad2be3a26868139ef [file] [log] [blame]
class A {
Object getObject() {
return null;
}
void method() {
Object o = <selection>getObject()</selection>;
return getObject().hashCode();
}
}