1package foo; 2 3public interface NotQuiteCyclicParent extends bar.NotQuiteCyclicParent { 4 default void main() { 5 MyType x = new MyType(); 6 } 7}