blob: 206b39fcf3be977132e4cb022950f8ca68ca82df [file] [log] [blame]
public void foo(String s) {
while (i < 13 && i != 4 && i > 0) {
i += s.length();
}
}