Comment 1 for bug 943953

Revision history for this message
Stas Boukarev (stassats) wrote :

Interestingly,

(defun foo (&key count)
  (declare (fixnum count))
  count)

doesn't produce any warnings, although the type mismatch is the same as with &optional.