rest of changes, from stash

This commit is contained in:
Jacob Sandlund
2025-07-07 00:40:03 -04:00
parent 5485320687
commit 265f2aa82f
2 changed files with 9 additions and 0 deletions

View File

@ -177,3 +177,7 @@ pub fn Tables(comptime Elem: type) type {
}
};
}
test {
std.testing.refAllDecls(@This());
}

View File

@ -222,3 +222,8 @@ pub fn main() !void {
// t.stage3.len,
// });
}
test {
_ = table;
_ = Properties;
}