blob: 707d808bb8cf4ba6a1801ed315d43367ed3b4ca3 [file] [log] [blame]
public class EscalateVisibility {
public void x(B b){
b.yy();
}
}
class B {
void yy(){
}
}