- revision: Master @ 0638b16 (PDF)
- page: 43
MyExampleSetTest >> testIllegal raises warnings in code assistant, as shown here:

It should be:
MyExampleSetTest >> testIllegal
| empty |
empty := Set new.
self should: [ empty at: 5 ] raise: Error.
self should: [ empty at: 5 put: #zork ] raise: Error