class Test { int myI; void foo(int i){ myI = i; } }