Open mfikes opened 9 years ago
(ns x.y (:require [clojure.string :as s]))
This does not bind alias s nor does it make clojure.string/split not emit analysis warning.
s
clojure.string/split
(ns x.y (:require [clojure.string :as s]))
This does not bind alias
s
nor does it makeclojure.string/split
not emit analysis warning.