Skip to content

Commit 5f1bf1e

Browse files
mfikesswannodette
authored andcommitted
CLJS-1244: tagged-literal precondition check missing wrapping vector
1 parent 99f4463 commit 5f1bf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9646,5 +9646,5 @@ Maps become Objects. Arbitrary keys are encoded to by key->js."
96469646
"Construct a data representation of a tagged literal from a
96479647
tag symbol and a form."
96489648
[tag form]
9649-
{:pre (symbol? tag)}
9649+
{:pre [(symbol? tag)]}
96509650
(cljs.core.TaggedLiteral. tag form))

0 commit comments

Comments
 (0)