diff options
author | Eduardo Julian | 2022-06-14 10:17:32 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-14 10:17:32 -0400 |
commit | 9a835bde8908e4ebd1c8972211acadc5895d720a (patch) | |
tree | c4bd81cfff7357a3895389a1544eaa66230203ec /lux-js/source/program.lux | |
parent | c4d938ebb2f5245b4c3faa22c4f217e7e818589f (diff) |
De-sigil-ification: suffix : [Part 8]
Diffstat (limited to '')
-rw-r--r-- | lux-js/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index b8ba06d2c..52f5d49ef 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -141,7 +141,7 @@ "[1]::[0]") (with_template [<name>] - [(ffi.interface: <name> + [(ffi.interface <name> (getValue [] java/lang/Object)) (import <name> |