Closed hernanmd closed 3 days ago
The method comment describes the message could be sent with two arguments, but it only accepts one argument:
"Inform when number property has changed. `aBlock` has three optional arguments: - new value - old value - the announcement triggering this action"
SpNumberInputFieldPresenter new whenNumberChangedDo: [ : newValue : oldValue | self haltIf: [ oldValue = newValue ] ]; open.
Type something and see the error.
Description
The method comment describes the message could be sent with two arguments, but it only accepts one argument:
To reproduce
Type something and see the error.