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