package test; public interface SubInterface extends Interface { int j = 456; }