// "Rename reference" "true-preview" class Foo { void buzz() { bar(); this.bar(); //don't pay attention to same type qualifier a.bar(); } }