blob: 0002d5d4fa78a724780b034a2ae0181f5d806674 [file] [log] [blame]
// "Replace Implements with Static Import" "false"
public class X implements <caret>I {
void bar() {}
}
interface I {
}