Hi,

I found a comment in "CompiledMethod>>valueWithReceiver:arguments:" that says that this method should be changed to "^ self class receiver: aReceiver withArguments: anArray executeMethod: self" after the release of Squeak 4.3. I use version 4.5, but the implementation is still "^ aReceiver withArgs: anArray executeMethod: self". The (new) class method has no senders at all. May somebody look at it?

Best regards, Maria