Given this code: ```C++ class foo { bar b; public: void setB(const bar & b) { this->b = b; } ``` stereocode marks this up as `collaborational-command collaborator` instead of `set` or `set collaborator`