blob: 2620dd9f5d6a8202384e0dc80f9d3f435929f118 [file] [log] [blame]
public class Test {
void method(Integer i) {
if (i == 0) {
i++;
}
}
}