Skip to content

Commit d3c4d79

Browse files
committed
add missing infer-tag case for :try
1 parent a6a0584 commit d3c4d79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/clojure/cljs/analyzer.cljc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,7 @@
15681568
:throw impl/IGNORE_SYM
15691569
:let (infer-tag env (:body ast))
15701570
:loop (infer-tag env (:body ast))
1571+
:try (infer-tag env (:body ast))
15711572
:do (infer-tag env (:ret ast))
15721573
:fn-method (infer-tag env (:body ast))
15731574
:def (infer-tag env (:init ast))

0 commit comments

Comments
 (0)