Skip to content

Commit 6180533

Browse files
author
dnolen
committed
qualify any? for self-host
1 parent ccebc81 commit 6180533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/spec/alpha.cljc

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
387387
Optionally takes :gen generator-fn, which must be a fn of no args
388388
that returns a test.check generator."
389-
[& {:keys [args ret fn gen] :or {ret `any?}}]
389+
[& {:keys [args ret fn gen] :or {ret `cljs.core/any?}}]
390390
(let [env &env]
391391
`(fspec-impl (spec ~args) '~(res env args)
392392
(spec ~ret) '~(res env ret)

0 commit comments

Comments
 (0)