The destructor is called to destroy the object, there is no need to mutate the object's fields. Don't set fields to `nil`, it's not required as these would only be dead stores anyway.
- Changing an object's field is rejected in a destructor with ne... lou15b
- Changing an object's field is rejected in a destructor wi... ElegantBeef
- Changing an object's field is rejected in a destructo... lou15b
- Changing an object's field is rejected in a destr... Araq