1.0.30.6: fix minor bug in DESCRIBE
[sbcl.git] / tests / interface.impure.lisp
index 3be4ec4..6f697a5 100644 (file)
 #+sb-doc
 (with-test (:name (documentation built-in-function))
   (assert (documentation 'cons 'function)))
+
+(with-test (:name :describe-generic-function-with-assumed-type)
+  ;; Signalled an error at one point
+  (flet ((zoo () (gogo)))
+    (defmethod gogo () nil)
+    (describe 'gogo)))
 \f
 ;;;; success