summaryrefslogtreecommitdiff
path: root/tests/examplefiles/clojure-weird-keywords.clj
blob: 2d914c599030e26ede56f234158d46ef780bf901 (plain)
1
2
3
4
5
; Note, clojure lexer is here (and is a good deal more liberal than the language spec:
; https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/LispReader.java#L62

(defn valid [#^java.lang.reflect.Method meth]
  [:keyword :#initial-hash :h#sh-in-middle :hash-at-end# #js {:keyword "value"}])