From 8bb2e3bdb00341dcd8b6fd4d272b2c96a708acb3 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Sun, 7 Dec 2025 23:20:45 -0500 Subject: fix module step 1 name resolution --- tnslc/compile/struct.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/compile/struct.tnsl') diff --git a/tnslc/compile/struct.tnsl b/tnslc/compile/struct.tnsl index 24f14cf..fd1f6e0 100644 --- a/tnslc/compile/struct.tnsl +++ b/tnslc/compile/struct.tnsl @@ -137,7 +137,7 @@ struct Struct { tn = n # Find type, compute size, set add_size to type size - ~Struct ft = self._find_type(self.methods, n) + ~Struct ft = self._find_type(n) /; if (ft == NULL) # Type not found -- cgit v1.2.3