On 22 Jan 2015, at 17:44, Aliaksei Syrel <alex.syrel@gmail.com> wrote:Hi Marcus,I think I just found a workaround:if you make Slot>>isVirtual to return true by default and override it in InstanceVariableSlot to return false the problem will be gone
I don't want to subclass InstanceVariableSlot because it becomes impossible to see definition of class with slots in Browser and as soon as I add new instvars all old ones become default InstanceVariableSlot and not my custom.