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