blob: 10b551cf5b3502a9a9b7b2c486cfe9fc8ef13ee6 [file] [log] [blame]
public class C {
void f (B b) {
b.x = 1;
}
}