mv-call and a declaration on &rest
Bug #1632834 reported by
Stas Boukarev
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
Triaged
|
Low
|
Unassigned |
Bug Description
(funcall (compile nil `(lambda (list)
'(1 2))
Value of NIL in
#'(LAMBDA (&OPTIONAL A &REST R)
(DECLARE (CONS R)
(LIST A))
is
NIL,
not a
CONS.
To post a comment you must log in.