Skip to content

Commit 9550201

Browse files
author
Bozhidar Batsov
committed
Add a few namespaced examples
1 parent 9371d79 commit 9550201

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test.clj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
;; character literals
2020
[\a \newline \u0032 \/ \+ \,, \;]
2121

22+
;; namespaced/static calls/references
23+
(core.foo-baz/bar)
24+
@foo-bar/bar
25+
(FooBar/bar)
26+
(some.package.FooBar/baz)
27+
2228
;; cljx
2329
(defn x-to-string
2430
[x]

0 commit comments

Comments
 (0)