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