blob: 65eec8746d23ff79bd2c216c703461f7ec8b9755 [file] [log] [blame]
public class Test {
void x() {
foo();
}
private void foo(){}
}