help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Wrong load order


From: Bonzini
Subject: Re: [Help-smalltalk] Wrong load order
Date: Sat, 17 Aug 2002 09:58:20 +0200

This is not a bug.  You are deriving from TestCase, which is undeclared and
hence nil.  When deriving from nil, you need to implement
#doesNotUnderstand: for example.

Smalltalk file-ins (not only GNU) support forward-references in code but not
in class declarations.

|_  _  _ __
|_)(_)| ),'
------- '---






reply via email to

[Prev in Thread] Current Thread [Next in Thread]