summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.c b/types.c
index 021c3ee..796b5f8 100644
--- a/types.c
+++ b/types.c
@@ -384,7 +384,7 @@ static bool type_of_expr(Typer *tr, Expression *e) {
if (!types_block(tr, &w->body))
return false;
if (!type_of_expr()) {
- /* TODO: is type_of_expr really necessary? why not just never descend into fns unless it's a decl? */
+ /* TODO: is type_of_expr vs types_expr really necessary? */
}
*t = w->body.ret_expr->type;
} break;