clasp icon indicating copy to clipboard operation
clasp copied to clipboard

declaration treated as a type when used with a parameter.

Open stassats opened this issue 1 year ago • 0 comments

(declaim (declaration x))

(compile nil `(lambda (a) (declare (x a)) a))

; caught STYLE-WARNING:
;   STYLE-WARNING during compiler-macro-expansion:
;     Undefined type X
;     at unknown location


stassats avatar Mar 10 '25 20:03 stassats