We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8d2f6 commit bb8f946Copy full SHA for bb8f946
src/main/clojure/com/github/clojure_lsp/intellij/db.clj
@@ -37,4 +37,4 @@
37
vals
38
(mapv :project)
39
(remove nil?)
40
- (remove #(.isDisposed %))))
+ (remove #(.isDisposed ^Project %))))
0 commit comments