diff options
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 2704b0e80..ecb78d6f4 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -199,7 +199,7 @@ _ (exception.except ..unknown_kind_of_object [(as java/lang/Object host_object)]))) - (ffi.interface: LuxValue + (ffi.interface LuxValue (value [] java/lang/Object)) (import LuxValue |