blob: 440cdf459cd1da7eec60c15cb3f040c6c6f12d18 [file] [log] [blame]
package p;
import java.util.List;
class A{
void x(){}
protected void m(List l) {}
}