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-php/source/program.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-php/source') diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index f3f445bd9..a65999526 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -79,7 +79,7 @@ (getValue [] php/runtime/Memory)) (import: #long php/runtime/memory/ArrayMemory - (new [(Array java/lang/Object)]) + (new [[java/lang/Object]]) (size [] int) (isMap [] boolean) (get [php/runtime/Memory] php/runtime/Memory)) @@ -98,11 +98,11 @@ (import: #long php/runtime/reflection/FunctionEntity) (import: #long php/runtime/invoke/InvokeHelper - (#static callAny [php/runtime/Memory (Array php/runtime/Memory) php/runtime/env/Environment php/runtime/env/TraceInfo] + (#static callAny [php/runtime/Memory [php/runtime/Memory] php/runtime/env/Environment php/runtime/env/TraceInfo] #try php/runtime/Memory)) (import: #long php/runtime/lang/Closure - (call [php/runtime/env/Environment (Array php/runtime/Memory)] #try php/runtime/Memory)) + (call [php/runtime/env/Environment [php/runtime/Memory]] #try php/runtime/Memory)) (template [] [(interface: -- cgit v1.2.3