class Test { Object object; void foo() { Object o = object; // object is selected Object p = object; } }