emacs-elsa / Elsa

Emacs Lisp Static Analyzer and gradual type system.
GNU General Public License v3.0
640 stars 26 forks source link

Incorrect analysis of funcall of a symbol holding a quoted symbol #188

Open Fuco1 opened 1 year ago

Fuco1 commented 1 year ago
(defvar xyz '1+)

(funcall xyz 1)  ;; < wrong