4.6
Object>>asMorph ^ self description asMorphOn: self
Object>>basicDescription "Return the description of the receiver. Never override this method, instead modify #description."
^ self class description
Object class>>description ^ MADescriptionBuilder for: self 4.7 Object>>asMorph ^ self magritteDescription asMorphOn: self
Object>>magritteDescription ^ self basicMagritteDescription
basicMagritteDescription ^ MAPragmaBuilder for: self
then I got lost in the arcane of Magrrite :(
Doru do not know where the type where coming from?
What is the bridge between annotation and magritte?