blob: e7b1fae0ad904bc034817157ecb6b3800feaf261 [file] [log] [blame]
package p;
class A{
private int f;
void m(){
f++;
}
}