From 8cd61c00de00728759d0362a60dbca8d23e4d8dc Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 28 May 2019 22:14:53 -0400 Subject: Both the old JVM interop and the new JVM interop use the same syntax for array types. --- lux-cl/source/program.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-cl') 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 )))) #.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]] -- cgit v1.2.3