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