It's not technically required because you can do this this instead. 
    
    
    type
      Hello {.inheritable.} = object
      Hello2 = object of Hello
    
    
    Run

Reply via email to