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 ba6d834 commit 9c6aae4Copy full SHA for 9c6aae4
src/sci/impl/interop.cljc
@@ -50,6 +50,7 @@
50
(if (and zero-args? (.isEmpty ^java.util.List methods))
51
(invoke-instance-field obj target-class method)
52
(do (let [args-array (object-array arg-count)
53
+ ;; TODO: this can all be done at analysis time
54
^"[Ljava.lang.Class;" types-array (when (and (not zero-args?)
55
(> (.size methods) 1))
56
(make-array Class arg-count))]
0 commit comments