The diagramm shows to me 2 object REFERENCES (oref)
oref consists of a (local) integer@Classname and points to an object.
in your case both are of type %Collection.ListOfObj
by the reference you can't tell that this is the same.
any ##class(%Collection.ListOfObj).%New() will create a new oref
in your case I see a count of 1 and then a count of 2
you should look what happens in or after (19) and in or after (29)
looks to me like a fresh return value
- Log in to post comments
