Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 24, 2024
1 parent 28f34df commit 1ff52b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sci/impl/resolve.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#?(:clj
(if (str/starts-with? (str sym-name) ".")
::TODO-return-IFn ;; that invokes instance method on class...
(let [meths (Reflector/getMethods clazz arg-count method false)])
#_(let [meths (Reflector/getMethods clazz arg-count method false)])

(->Node
(interop/get-static-field clazz sym-name)
Expand Down

0 comments on commit 1ff52b8

Please sign in to comment.