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