Cannot get rid of a trait from classes - help!

itsme213 itsme213 at hotmail.com
Wed Dec 12 12:57:37 UTC 2007


Thanks, Andreas.

"Andreas Raab" <andreas.raab at gmx.de> wrote in message 
news:475F788E.80501 at gmx.de...
> You need to compile this as:
>
> Object subclass: #MyClass
> uses: {}
> instanceVariableNames: ''
> classVariableNames: ''
> poolDictionaries: ''
> category: 'cat'
>
> (e.g., it needs an empty uses: clause instead of an absent one)
>
> Cheers,
>   - Andreas
>
> itsme213 wrote:
>> I have some classes that initially used a trait MyTrait. Then I deleted 
>> the






More information about the Squeak-dev mailing list