Skip to content

Commit 48db4fa

Browse files
anmonteiroswannodette
authored andcommitted
CLJS-2081: Self-host: Regression with CLJS-2079
1 parent f701e79 commit 48db4fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,7 @@
17531753
(and (some? ~other)
17541754
(identical? (.-constructor ~this)
17551755
(.-constructor ~other))
1756-
~@(map (fn [field]
1756+
~@(map (core/fn [field]
17571757
`(= (.. ~this ~(to-property field))
17581758
(.. ~other ~(to-property field))))
17591759
base-fields)

0 commit comments

Comments
 (0)