Skip to content

Commit c3eb6e7

Browse files
committed
chore: add test
1 parent 5374a89 commit c3eb6e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/clojure/clojure/tools/analyzer/jvm/core_test.clj

+3
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,6 @@
108108
(deftest analyze+eval-context-test
109109
(let [do-ast (ana.jvm/analyze+eval '(do 1 2 3))]
110110
(is (= :ctx/statement (-> do-ast :statements first :env :context)))))
111+
112+
(deftest array_class
113+
(is (ast1 (fn [^{:tag int/2} x] (instance? int/2 x)))))

0 commit comments

Comments
 (0)