// "Rename reference" "false" class Foo { void bar(int x) { } void buzz() { bar(); // Try to rename bar with Shift+F6 } }