aboutsummaryrefslogtreecommitdiff
path: root/lux-cl
diff options
context:
space:
mode:
authorEduardo Julian2019-05-28 22:14:53 -0400
committerEduardo Julian2019-05-28 22:14:53 -0400
commit8cd61c00de00728759d0362a60dbca8d23e4d8dc (patch)
tree4eaf5b75bea6bd84b1db28eb405539213392a588 /lux-cl
parentf55e513690400cce9e5e17a01a98922d91e086c3 (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.lux2
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]]