// "Rename Reference" "true" class FooInterface { private int myInt; } class Foo { void buzz() { myInt + myInt; } }