Skip to content

Commit

Permalink
chore: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronsa committed Oct 18, 2024
1 parent 5374a89 commit c3eb6e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/clojure/clojure/tools/analyzer/jvm/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,6 @@
(deftest analyze+eval-context-test
(let [do-ast (ana.jvm/analyze+eval '(do 1 2 3))]
(is (= :ctx/statement (-> do-ast :statements first :env :context)))))

(deftest array_class
(is (ast1 (fn [^{:tag int/2} x] (instance? int/2 x)))))

0 comments on commit c3eb6e7

Please sign in to comment.