mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
Add bug example.
This commit is contained in:
parent
b42119ef04
commit
8f4c7fc1bd
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ ECL 0.9i
|
|||
- It is now possible to define subclasses of STANDARD-CLASS. Before, some
|
||||
slots were not properly inherited by subclasses, causing errors when doing
|
||||
something like
|
||||
> (defclass foo (standard-class) () ())
|
||||
> (defclass foo (standard-class) ())
|
||||
> (defclass faa () () (:metaclass foo))
|
||||
|
||||
* Documentation:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue