Skip to content

Commit 431b6e8

Browse files
mfikesdnolen
authored andcommitted
CLJS-1571: Make special-symbol? true for 'var
1 parent d6e39e9 commit 431b6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10188,7 +10188,7 @@ Maps become Objects. Arbitrary keys are encoded to by key->js."
1018810188
(defn ^boolean special-symbol? [x]
1018910189
(contains?
1019010190
'#{if def fn* do let* loop* letfn* throw try catch finally
10191-
recur new set! ns deftype* defrecord* . js* & quote}
10191+
recur new set! ns deftype* defrecord* . js* & quote var}
1019210192
x))
1019310193

1019410194
(defn test

0 commit comments

Comments
 (0)