0.8.4.18:
[sbcl.git] / tests / interface.pure.lisp
index f329d03..a9b39e3 100644 (file)
   (sb-ext:with-timeout 3
     (sleep 2)
     (sleep 2)))
+
+;;; DOCUMENTATION should return nil, not signal slot-unbound
+(documentation 'fixnum 'type)
+(documentation 'class 'type)
+(documentation (find-class 'class) 'type)