Skip to content

Commit 6094009

Browse files
mfikesdnolen
authored andcommitted
CLJS-1557: Make special-symbol? return true for catch and finally
1 parent 4b44c3e commit 6094009

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
@@ -9955,7 +9955,7 @@ Maps become Objects. Arbitrary keys are encoded to by key->js."
99559955

99569956
(defn ^boolean special-symbol? [x]
99579957
(contains?
9958-
'#{if def fn* do let* loop* letfn* throw try
9958+
'#{if def fn* do let* loop* letfn* throw try catch finally
99599959
recur new set! ns deftype* defrecord* . js* & quote}
99609960
x))
99619961

0 commit comments

Comments
 (0)