diff options
author | Eduardo Julian | 2019-05-28 22:14:53 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-05-28 22:14:53 -0400 |
commit | 8cd61c00de00728759d0362a60dbca8d23e4d8dc (patch) | |
tree | 4eaf5b75bea6bd84b1db28eb405539213392a588 /lux-cl | |
parent | f55e513690400cce9e5e17a01a98922d91e086c3 (diff) |
Both the old JVM interop and the new JVM interop use the same syntax for array types.
Diffstat (limited to 'lux-cl')
-rw-r--r-- | lux-cl/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-cl/source/program.lux b/lux-cl/source/program.lux index 5c5a249c8..8d6218297 100644 --- a/lux-cl/source/program.lux +++ b/lux-cl/source/program.lux @@ -138,7 +138,7 @@ (`` (|> sub-value (~~ (template.splice <then>)))) #.None)] - [(Array java/lang/Object) [host-value]] + [[java/lang/Object] [host-value]] [java/lang/Boolean [..host-bit]] [java/lang/Integer [java/lang/Integer::longValue org/armedbear/lisp/Fixnum::getInstance]] [java/lang/Long [org/armedbear/lisp/Bignum::getInstance]] |