blob: 9da5d69150617db19b80edd8b882b0f04ce55d5a [file] [log] [blame]
package p;
interface I{
void k();
}
interface I2{
void m();
}