You also need to provide a base "default" implementation for `Foo` like so:
    
    
    method showContents(b: Foo) {.base.} =
      raise newException(CatchableError, "Not implemented")
    
    
    Run

Reply via email to