blob: 6fd7a675dd8d7ca9f0561a2bf448b3fe255f5fdc [file] [log] [blame]
package test;
public class ProtectedPackageProperty {
protected int foo = 1;
}