Opened 17 years ago
#30 new defect
Assertion error in PROPAGATE-LOCAL-CALL-ARGS
| Reported by: | Raymond Toy | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | 2009-01 |
| Keywords: | Cc: |
Description
From cmucl-imp, 2009/01/25
This function triggers an assertion when compiled.
(defun foo (&key arg) (flet ((bar () (destructuring-bind () () arg)))))
Note: See
TracTickets for help on using
tickets.
