Status: Accepted
Owner: squirebl...@gmail.com

New issue 3827 by squirebl...@gmail.com: parser rejects sending a message to the result of yourself
http://code.google.com/p/pharo/issues/detail?id=3827

Pharo image: dev
Pharo core version: Pharo-1.1.1-- Latest update: #11414
Virtual machine used: COG VM for Windows
Class browser used if applicable: OBSystemBrowserSteps to reproduce:

define this method in the browser

addTo: p
        ^ p add: self; yourself sort

and accept; you get

addTo: p
        ^ p add: self; yourself s End of block expected ->ort





Reply via email to