blob: 95c1f989893edc9c93e962389937eb210cf99b1e [file] [log] [blame]
public class X {
int f(int a) {
<spot>for</spot>(int i = 0;i<a;i++)
System.out.println(i);
}
for(int i = 0;i<a;i++)
System.out.println(i*2);
}
}
}