blob: 1e4c907230b1038eea260dd7e8dddcf3b088685f [file] [log] [blame]
package p;
interface A{
void m(int i, int k);
}