blob: d66521e26ad27e734d58086bac7f1839d8c67070 [file] [log] [blame]
//method
void foo(Integer i) {
int i1 = i;
i1++;
}