blob: 8171ef82688d659a4a71dc4d4b995f80453610c4 [file] [log] [blame]
public class X {
void f(int i) {
<spot>i = i + 1</spot>;
}
}