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