// "Replace implements with static import" "false" public class X implements I { void bar() {} } interface I { }