Closed oakmac closed 1 month ago
Comments around :refer-clojure are not supported.
:refer-clojure
(ns com.example.my-app ;; comment 1 (:refer-clojure :exclude [some-> get]) ;; comment 2 )
PR-141 adds better support for comments around :refer-clojure
Comments around
:refer-clojure
are not supported.