blob: ae91c6e2935774c67659e3eb8a788048267aff6d [file] [log] [blame]
package p;
interface A{
public void foo(int arg);
}