blob: f6268b323119ec58360411d34e589be9da93bdf6 [file] [log] [blame]
class Test {
int myI;
void foo(int <caret>i){
myI = i;
}
}