discard""" file: "tillrec.nim" line: 13 errormsg: "illegal recursion in type \'TIllegal\'""""# test illegal recursive typestypeTLegal{.final.}=objectx:intkids:seq[TLegal]TIllegal{.final.}=object#ERROR_MSG illegal recursion in type 'TIllegal'y:Intx:array[0..3,TIllegal]