Add fields for reflection

This commit is contained in:
Michiel Borkent 2022-04-23 12:02:11 +02:00
parent 24f124d955
commit 9727cabaf3

View file

@ -110,6 +110,9 @@
{:methods [{:name "disjoin"}]} {:methods [{:name "disjoin"}]}
clojure.lang.Indexed clojure.lang.Indexed
{:methods [{:name "nth"}]} {:methods [{:name "nth"}]}
clojure.lang.Ratio
{:fields [{:name "numerator"}
{:name "denominator"}]}
java.util.Iterator java.util.Iterator
{:methods [{:name "hasNext"} {:methods [{:name "hasNext"}
{:name "next"}]} {:name "next"}]}