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

Re: Method Selection Error revisited



Your problem is in the argument being given to STORE.
It is the result of calling make-frame with type :class, which
is going to be (in your problem code) the CLASS BLOCK, not an
INSTANCE of the class BLOCK.  (METHOD CLOS-INDEX (BLOCK)) will
only be selected if the argument is an instance of block.

kab
-------