Skip to content

Commit 780173c

Browse files
BrunoBonaccibbatsov
authored andcommitted
Remove reflection warnings
1 parent 3d80096 commit 780173c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cider/nrepl/middleware/debug.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
[env]
158158
(into {} (for [[sym bind] (filter-env env)
159159
:when (instance? Compiler$LocalBinding bind)]
160-
[`(quote ~sym) (.sym bind)])))
160+
[`(quote ~sym) (.sym ^Compiler$LocalBinding bind)])))
161161

162162
;;;; ## Getting user input
163163
;;;

0 commit comments

Comments
 (0)