Skip to content

Commit c997f08

Browse files
committed
Merge pull request bbatsov#94 from into-clojure/master
Syntax: Access private var with @#'
2 parents 2f6aa10 + 28b9c4c commit c997f08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,10 @@ hints for the pairwise grouping with comments or empty lines.
903903
(def private-var ...) ; not private at all
904904
```
905905

906+
* <a name="access-private-var"></a>
907+
To access a private var (e.g. for testing), use the `@#'some.ns/var` form.
908+
<sup>[[link](#access-private-var)]</sup>
909+
906910
* <a name="attach-metadata-carefully"></a>
907911
Be careful regarding what exactly do you attach metadata to.
908912
<sup>[[link](#attach-metadata-carefully)]</sup>

0 commit comments

Comments
 (0)