// "Rename reference" "true-preview" class FooInterface { private int myInt; } class Foo { float myFloat; void buzz() { myInt + myInt; } }