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