blob: a6b6364b2eeafe2767b2340bbe1eb238873e6352 [file] [log] [blame]
package p;
public interface Inter {
void work(I a);
}