blob: 499893af26be7ec42d751103a98e1cfd08d2546d [file] [log] [blame]
public class B {
void f (A a) {
int y = a.x;
}
}