Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
Initialize global-hierarchy with ^:private
Browse files Browse the repository at this point in the history
This escapes warnings about discarding ^:private on reload
  • Loading branch information
arrdem committed Mar 1, 2016
1 parent f9b7f65 commit 2ba5be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/clojure/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@
(map #(str ", " %) (rest valid-keys)))))))

;;multimethods
(def global-hierarchy)
(def ^:private global-hierarchy)

(defmacro defmulti
"Creates a new multimethod with the associated dispatch function.
Expand Down

0 comments on commit 2ba5be2

Please sign in to comment.