diff options
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index db66eeb3e..2e66a33da 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -222,8 +222,8 @@ [org/python/core/PyBoolean [org/python/core/PyObject::__nonzero__]] ... [org/python/core/PyInteger [(ffi.is org/python/core/PyObject) org/python/core/PyObject::asInt]] [org/python/core/PyInteger [(ffi.is org/python/core/PyObject) - ("jvm member invoke virtual" [] "org.python.core.PyObject" "asInt" []) - "jvm object cast" + (.jvm_member_invoke_virtual# [] "org.python.core.PyObject" "asInt" []) + .jvm_object_cast# (is (Primitive "java.lang.Integer"))]] [org/python/core/PyLong [org/python/core/PyObject::asLong]] [org/python/core/PyFloat [org/python/core/PyObject::asDouble]] |