I have a class that through a long inheritance hierarchy inherits from
another class that redefines `out'. When I create and then `print' this
class what I see is the type of output that appears to be Eiffel's default
type of output so it appears that the redefined `out' is not called. Should
I consider this a bug and make a bug report?