blob: fba4e083699db19a04676890e18cc9e13e97c9ae [file] [log] [blame]
public class Foo {
Runnable r = new Runnable() {
public void run() {
Foo f = <caret>Foo.this;
}
};
}