discard""" errormsg: "cannot bind another '=destroy' to: Obj; previous declaration was constructed here implicitly: tdestructor_too_late.nim(7, 16)""""typeObj*=objectv*:intprocsomething(this:sinkObj)=discardproc`=destroy`(this:varObj)=echo"igotdestroyed"this.v=-1vartest*=Obj(v:42)