// "Replace Implements with Static Import" "false" public class X implements I { void bar() {} } interface I { }