sorry, I misunderstood your question.
> Why the t1, t2 cannot be treated as correct typedesc, they all Sym "User"
> just like nT.
echo repr nT.getType() # typeDesc[User]
echo repr t1.getType() # object
echo repr t2.getType() # object
I don't know if this just some inconsistencies or qualified as a bug
