diff options
author | Eduardo Julian | 2022-10-20 15:11:05 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-10-20 15:11:05 -0400 |
commit | 3525998c8fa9768dfeb333c553ccd71f38ac5311 (patch) | |
tree | 43007cbe3d6710d70cd006762384d937b6e21c36 /lux-python | |
parent | 820ffc0a87d7960e62508fc451d9df7a94a6afa7 (diff) |
Migrating default extensions to the new format [Part 3]
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]] |