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