blob: 6dd73dbcd23b63655843534d7c4a5dfe662f57ab [file] [log] [blame]
// "Rename Reference" "true"
class FooInterface {
private int myInt;
}
class Foo {
void buzz() {
myI<caret>nt + myInt;
}
}