blob: 0196b2c91f82a8dd44b2ee03b9a7ca8171b2cd21 [file] [log] [blame]
public class Test {
void x() {
xx();
}
private void xx(){}
}