Skip to content

declaration treated as a type when used with a parameter. #1675

Open
@stassats

Description

@stassats
(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


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions