class X { private int myI; void foo() { int i = myI++; } }