class Test { int myT; { myT = 0; } void bar(){ int i = myT++; } }