#30: Assertion error in PROPAGATE-LOCAL-CALL-ARGS --------------------+------------------------------------------------------- Reporter: rtoy | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: Core | Version: 2009-01 Keywords: | --------------------+------------------------------------------------------- From cmucl-imp, 2009/01/25
This function triggers an assertion when compiled.
{{{ (defun foo (&key arg) (flet ((bar () (destructuring-bind () () arg))))) }}}