Marcus Denker wrote:
On 20 Mar 2014, at 16:27, Ben Coman <b...@openinworld.com> wrote:

  
Can anyone tell me how the following fits into the system?

SmalllineManifestCheckerTest class >> DoIt
  ^ MCWorkingCopy
      managersForClass: MFClassA
      do: [:p | ^ p first]

Its currently "unclassified" and I need to fix that to submit a slice that otherwise doesn't touch this.

    
To me it looks like the method should just be deleted. 

DoIt is the selector of the methods generated for dots, but they are never installed in any class.

	Marcus



  
thanks.

Reply via email to