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