blob: afe3e3b3c7c798b7116b1e9d95ed98060558f0ce [file] [log] [blame]
public class X {
void f(int a) {
a = <spot>a * 32</spot>;
}
}