blob: a1e0fdf9d9603e22b0711828bbc44de57434845a [file] [log] [blame]
package test;
public class ProtectedPackageFun {
protected void foo() {}
}