blob: 8525bcf5767acaecef62108ac9a54a4788b095ed [file] [log] [blame]
public class B {
void f (A a) {
a.x = 1;
}
}