cosmetic: indent comment

This commit is contained in:
Daniel Kochmański 2016-11-20 12:16:46 +01:00
parent cc70b9feab
commit 5e290c92d3

View file

@ -601,11 +601,15 @@ the metaclass")
;;; From: Pascal Costanza
;;; Description:
;;;
;;; sort-applicable-methods is invoked by two methods and one
;;; invocation triggers a disambiguation error:
;;; sort-applicable-methods is invoked by two methods and one
;;; invocation triggers a disambiguation error:
;;;
;;; Condition of type: SIMPLE-ERROR
;;; The type specifiers #<The STANDARD-CLASS COMMON-LISP-USER::B> and #<The STANDARD-CLASS COMMON-LISP-USER::A> can not be disambiguated with respect to the argument specializer: #<The STANDARD-CLASS STANDARD-CLASS>
;;; Condition of type: SIMPLE-ERROR
;;;
;;; The type specifiers #<The STANDARD-CLASS COMMON-LISP-USER::B>
;;; and #<The STANDARD-CLASS COMMON-LISP-USER::A> can not be
;;; disambiguated with respect to the argument specializer:
;;; #<The STANDARD-CLASS STANDARD-CLASS>
(ext:with-clean-symbols (a b c f)
(defclass a () ())
(defclass b () ())