pharo
pharo copied to clipboard
[RB] Rename method and changing argument from a call site does not work
- When we rename a method we can change the arguments.
- When we do so from within a method by clicking on the selector the changes is done but it is not correct.
- The callers are not renamed.
I will take a look at this