blob: e1f8305b8c14b72ca4ea0c5075c5e3dcc4812253 [file] [log] [blame]
package foo;
public interface NotQuiteCyclicParent extends bar.NotQuiteCyclicParent {
default void main() {
MyType x = new MyType();
}
}