blob: 9b8f37b2e88f84f9c685284b9f08d0f108b4da13 [file] [log] [blame]
//no ref update
package p;
class A{
private int f;
void m(){
f++;
}
}