Skip to content

Commit

Permalink
qualify any? for self-host
Browse files Browse the repository at this point in the history
  • Loading branch information
dnolen committed May 26, 2017
1 parent ccebc81 commit 6180533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cljs/cljs/spec/alpha.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
Optionally takes :gen generator-fn, which must be a fn of no args
that returns a test.check generator."
[& {:keys [args ret fn gen] :or {ret `any?}}]
[& {:keys [args ret fn gen] :or {ret `cljs.core/any?}}]
(let [env &env]
`(fspec-impl (spec ~args) '~(res env args)
(spec ~ret) '~(res env ret)
Expand Down

0 comments on commit 6180533

Please sign in to comment.