blob: 352233322ec42718f109329f9e99fe470aa6fdda [file] [log] [blame]
class BarImpl extends foo.Bar {
{
new Runnable() {
public void run() {
BarImpl.super.fo<caret>
}
};
}
}