blob: 3e4f1f28f6a48aed8e589779ee80df7a5c05ee54 [file] [log] [blame]
public class X {
void f(int a) {
<spot>int i</spot>;
f(0);
f(1);
i = 9;
}
}