blob: 8570aedc999ef95f4f8bb079e038453f6b3c7cfb [file] [log] [blame]
public class TestImpl extends Test{
boolean foo(){
return super.foo();
}
boolean bar(){
return !foo();
}
}