class Test { int myT; public int getMyT() { return myT; } void bar(){ int i = myT; } }