blob: d8326f8600f92329f9f2f5e058eec97ad33f660a [file] [log] [blame]
public class X {
void f(int a) {
a = a << 5;
}
}