uses SyntaxTree; type TClass = class end; var b : int32_const; vis : IVisitor; t1 : System.Collections.Generic.List; t2 : System.Collections.Generic.List; begin b := new int32_const(45); assert(b.val = 45); end.