typed.clj.analyzer.passes.annotate-host-info

annotate-host-info

(annotate-host-info {:keys [op methods interfaces class env], :as ast} opts)
Adds a :methods key to reify/deftype :methods info representing
the reflected informations for the required methods, replaces
(catch :default ..) forms with (catch Throwable ..)