Small Messages
This commit is contained in:
@@ -358,7 +358,7 @@ Ast_Decl *get_or_instantiate_polymorph_lambda(Token *pos, Ast_Decl *poly, Array<
|
||||
auto &it = result->lambda->args[i];
|
||||
if (it->flags & AST_IDENT_POLYMORPH) {
|
||||
result->lambda->args.ordered_remove(it);
|
||||
i -= 1;
|
||||
i -= 1; // @verify: Need to pay attention if this is correct
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user