Remove misplaced type hint

This commit is contained in:
Oleksandr Yakushev 2024-09-27 13:06:40 +03:00
parent 4c75db9a95
commit 2fb4df6bdd

View file

@ -7,7 +7,6 @@
"More efficient implementation of `clojure.core/str` because it has more "More efficient implementation of `clojure.core/str` because it has more
non-variadic arities. Optimization is Clojure-only, on other platforms it non-variadic arities. Optimization is Clojure-only, on other platforms it
reverts back to `clojure.core/str`." reverts back to `clojure.core/str`."
{:tag String}
(^String [] "") (^String [] "")
(^String [^Object a] (^String [^Object a]
#?(:clj (if (nil? a) "" (.toString a)) #?(:clj (if (nil? a) "" (.toString a))