blob: 963e926381ef16f564d5c651e282e3620c10d55e [file] [log] [blame]
package p1;
public class Y extends X implements I1, I2, IA, IB {
}