summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 5addc27..886599b 100644
--- a/main.c
+++ b/main.c
@@ -23,7 +23,7 @@ TODO:
- allow accessing parameters with .
- make call_arg_param_order work more like parameterized_struct_arg_order
-- inferred struct params?
+- error on inferred struct param
does this work: fn (a::=3, b::=2)
- should either work or give an error: fn()
---