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