class X { private int myI; void foo() { <selection>int i = myI++;</selection> } }