blob: 17ad098b5b0e4dc5f0d623123709b46d9eafe252 [file] [log] [blame]
public class X {
void f(int a) {
a = a * 32;
}
}