From db29085af649f8a42958898aaf2c3bfcef67f385 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Sun, 7 Dec 2025 19:07:20 -0500 Subject: change how methods are resolved --- tnslc/compile/function.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/compile/function.tnsl') diff --git a/tnslc/compile/function.tnsl b/tnslc/compile/function.tnsl index 73188b8..d55579e 100644 --- a/tnslc/compile/function.tnsl +++ b/tnslc/compile/function.tnsl @@ -108,7 +108,7 @@ struct Function { # Add all params to the scope ~Var in /; loop (int i = 0; i < self.inputs.count) [i++] - inp = self.inputs.get(i) + in = self.inputs.get(i) out.mk_set_var(in) ;/ -- cgit v1.2.3