Skip to content

Instantly share code, notes, and snippets.

@souenzzo
Created April 1, 2021 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save souenzzo/5620ef8587b5e9735808c113e01eab6d to your computer and use it in GitHub Desktop.
Save souenzzo/5620ef8587b5e9735808c113e01eab6d to your computer and use it in GitHub Desktop.
(defmulti a identity)
(defmethod a :a [_])
(defmethod a :a [_])
#_#_
=>
{:filename "..."
:level :warning
:message "redefined method `:a` for multimethod #'user/a"
:type :redefined-method
...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment