Skip to content

Commit 9c6aae4

Browse files
committed
Add todo
1 parent ba6d834 commit 9c6aae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sci/impl/interop.cljc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
(if (and zero-args? (.isEmpty ^java.util.List methods))
5151
(invoke-instance-field obj target-class method)
5252
(do (let [args-array (object-array arg-count)
53+
;; TODO: this can all be done at analysis time
5354
^"[Ljava.lang.Class;" types-array (when (and (not zero-args?)
5455
(> (.size methods) 1))
5556
(make-array Class arg-count))]

0 commit comments

Comments
 (0)