basically this doesn't work: ```nim result = @[] fragmentPart.matchAstRecursive: of `sym` @ nnkSym: result.add sym ```
basically this doesn't work: