diff --git a/src/potemkin/collections.clj b/src/potemkin/collections.clj index 1b008ba..5aab6ff 100644 --- a/src/potemkin/collections.clj +++ b/src/potemkin/collections.clj @@ -298,9 +298,9 @@ (fn [[name f]] (list name `[_#] f)))) - (~'meta [_] meta##) + (~'meta [~'_] meta##) - (~'with-meta [_ x#] + (~'with-meta [~'_ x#] (new ~name ~@params key-set## added## x#)) (~'get [this## key# default-value#]