mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
cosmetic: indent comment
This commit is contained in:
parent
cc70b9feab
commit
5e290c92d3
1 changed files with 8 additions and 4 deletions
|
|
@ -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 () ())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue