blob: d2768ad9bc89601033f91257dbc4f6ad935a1051 [file] [log] [blame]
//nothing added to m
package p;
class A{
protected void m(){}
}
class B extends A{
}