pharo
pharo copied to clipboard
Cleanup: Remove <- from collection
There is a method called #<- implemented in Collection
- it just has a single sender in AdditionalMethodState class>>#propertiesToPersist (the other two are tests for it)
- and AdditionalMethodState class>>#propertiesToPersist could be more easily written using #asSet
We should deprecate and remove it.