From d23d03829e5baf947d347f49cc1d7807be6c070b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 11 Aug 2024 23:23:12 +0300 Subject: initial generics for structs + Likely still very much full of bugs --- tests/trait_expand.ek | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/trait_expand.ek') diff --git a/tests/trait_expand.ek b/tests/trait_expand.ek index 2d9f90d..8ee413e 100644 --- a/tests/trait_expand.ek +++ b/tests/trait_expand.ek @@ -14,6 +14,6 @@ typedef c { main() { - c c; + c c = c!{}; c.a(); } -- cgit v1.3