blob: af7cd0cdd314b4e51d355e82f1008b546697dc84 [file] [log] [blame]
package p;
public class X {
protected int foo() {
return 0;
}
}