blob: 1d97581f803c962434632f9c3b8e5b12e0b0b790 [file] [log] [blame]
public class Foo {
void m() {
new IFoo() {<caret>
};
f();
}
}
interface IFoo {
}