Sept. 14, 2008
2:19 p.m.
Hi is there a way that I can trigger the recompilation of a class when its superclass changes? I tried ComponentLikeModel suclasses do: [:each | each superclass: ComponentLikeModel superclass] but I did not get the recompilation. Stef