another question

packageScope query: (ClyMessageSenders of: #(do: x))

It is returning all the senders of do: and the senders of x
or
returning all the sender of do: and x

It returns methods which sent #do: or #x

This logic was needed to support "Senders button" when multiple methods are selected. I think it is expected behaviour in that case.
��
��


Stef