Nov. 22, 2015
3:20 p.m.
With the following (broken) definition printOn: aStream super printOn: aStream aStream nextPutAll: '(', faces printString , ')' I got this strange rule: Rewrite super messages to self messages when both refer to same method I do not get it and it looks really suspicious to me. Any suggestions? Stef