Ensure that the java layout is set for method types
This commit is contained in:
parent
5886f3203d
commit
5d9b874c26
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@
|
||||||
([args] (method-type args ::void))
|
([args] (method-type args ::void))
|
||||||
([args ret]
|
([args ret]
|
||||||
(MethodType/methodType
|
(MethodType/methodType
|
||||||
^Class ret
|
^Class (java-layout ret)
|
||||||
^"[Ljava.lang.Class;" (into-array Class (map java-layout args)))))
|
^"[Ljava.lang.Class;" (into-array Class (map java-layout args)))))
|
||||||
|
|
||||||
(defn- function-descriptor
|
(defn- function-descriptor
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue