blob: 9fcf57bc8e8b23871ea0d3622eab72e33fc2fb55 [file] [log] [blame]
class Test {
int myI;
void foo(int myI){
this.myI = myI;
}
}