|
We can add slots to instance and class side of classes using "aClass addSlot: aSlot". But it does not work for slot removal. "aClass classSide removeSlot: aSlot" returns DNU because method #removeSlot: is defined in Class. It should be moved to ClassDescription, close to #addSlot:
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Marcus Denker
|
|
Milestone: Pharo7.0
|
Go to Case
|
|