package inheritance.incorrect; public interface A { public int m2(int x); }