pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Cleanup: Remove <- from collection

Open astares opened this issue 1 year ago • 0 comments

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.

astares avatar Feb 15 '24 23:02 astares