aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--new-luxc/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux
index 8e372f77f..36c6e3209 100644
--- a/new-luxc/source/program.lux
+++ b/new-luxc/source/program.lux
@@ -139,7 +139,7 @@
$Function ($t.class jvm.function-class (list))
run-ioI (|>> ($i.CHECKCAST $Function)
$i.NULL
- ($i.INVOKEVIRTUAL $Function runtime.apply-method (runtime.apply-signature 1) #0))
+ ($i.INVOKEVIRTUAL $Function runtime.apply-method (runtime.apply-signature 1)))
main-type ($t.method [(list ($t.array ($t.class "java.lang.String" (list))))
$t.void
(list)])