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-python/source/program.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-python') diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 41a720b36..756b27b9c 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -70,7 +70,7 @@ (__len__ [] int)) (import: #long org/python/core/PyFunction - (__call__ [(Array org/python/core/PyObject)] org/python/core/PyObject)) + (__call__ [[org/python/core/PyObject]] org/python/core/PyObject)) (import: #long org/python/core/PyArray (new [(java/lang/Class java/lang/Object) java/lang/Object]) @@ -150,7 +150,7 @@ [org/python/core/PyString org/python/core/PyObject::asString] [org/python/core/PyFunction (|>)] [org/python/core/PyArray org/python/core/PyArray::getArray] - [(Array java/lang/Object) (|>)] + [[java/lang/Object] (|>)] )) (~~ (template [ ] [(case (host.check host-object) -- cgit v1.2.3