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