Jan. 11, 2015
8:06 a.m.
Hilaire what is your requirement? Stef Le 10/1/15 22:52, Hilaire a écrit :
It looks like when I want to create a subclass of Float, I have this odd class creation message. Moreoever, I can add instance variable to this new class: when compiling there are wipe out: argument instanceVariableNames: '' remain empty.
If I change Float to Object, all get back to normal.
Why is it like this ?
Float variableWordSubclass: #MyClass instanceVariableNames: '' classVariableNames: '' category: 'Cofigest-Financial'
Thanks
Hilaire