Comment 5 for bug 2016417

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

Note: The second argument never returns a value. is not a code deletion note. Obscure the non-returning in something like (when t (return)) and it won't produce any notes.

My version of cmucl, nor sbcl from 2013, don't produce any notes for
(block nil
  (return)
  (+ 1 2 3))