summaryrefslogtreecommitdiff
path: root/tnslc/compile/codegen.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/compile/codegen.tnsl')
-rw-r--r--tnslc/compile/codegen.tnsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tnslc/compile/codegen.tnsl b/tnslc/compile/codegen.tnsl
index 2dfe9d5..ae67442 100644
--- a/tnslc/compile/codegen.tnsl
+++ b/tnslc/compile/codegen.tnsl
@@ -20,6 +20,7 @@
mod.init(~ast, ~buffer)
_gen_prims(~mod)
mod.update_children()
+ mod.collect_methods(~ast)
# Compile code
mod.compile(~buffer)