blob: 7b33f8ca47264eb1f757fda68c13cbd1c22a0f7c [file] [log] [blame]
package p;
public interface I extends J {
void foo();
}