Identified new problem.

This commit is contained in:
Erik Svedäng 2020-05-04 13:12:50 +02:00
parent 8462412d55
commit 3243a9fe73

View File

@ -145,3 +145,8 @@
;; (do
;; (set! x 11)
;; (println* x))))
(defn f []
(= $[1 2 4]
(let [xs $[1 2 3]]
xs)))