You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLJS-620: Warnings are generated when using a macro in argument position
If the analyzer is about to emit a "use of undeclared Var" warning,
first check to see if there is a macro present with the same name, and,
in that case, change the emitted diagnostic to instead display
a "can't take value of macro" warning.
0 commit comments