i found `getTypeImpl` can not get pragma info ;-(

> 
>     static:
>       echo A.getTypeImpl().treeRepr()
>      
>     
>     Run

result is:
    
    
    ObjectTy
      Empty
      Empty
      RecList
        IdentDefs
          Sym "name"
          Sym "string"
          Empty
        IdentDefs
          Sym "age"
          Sym "int"
          Empty
     
    
    Run

Reply via email to