[squeak-dev] allCallsOn:from: broken

Eliot Miranda eliot.miranda at gmail.com
Tue Jun 14 18:53:36 UTC 2022


The first two are fine.  The last one is broken.

self systemNavigation allCallsOn: (EventSensor bindingOf: #EventPollPeriod)
    an OrderedCollection(a MethodReference EventSensor class >>
#eventPollPeriod a MethodReference EventSensor class >> #eventPollPeriod:)

self systemNavigation allCallsOn: (EventSensor bindingOf: #EventPollPeriod)
localTo: EventSensor
    an OrderedCollection(a MethodReference EventSensor class >>
#eventPollPeriod a MethodReference EventSensor class >> #eventPollPeriod:)

self systemNavigation allCallsOn: (EventSensor bindingOf: #EventPollPeriod)
from: EventSensor
    an OrderedCollection()
_,,,^..^,,,_
best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220614/7788cf71/attachment.html>


More information about the Squeak-dev mailing list