blob: ce2d4d35c298548ab3e3b88b512509285863712b [file]
public class X {
void f(int i) {
<spot>i++</spot>;
}
}