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