Skip to content

Commit

Permalink
Don't give up in generics, because one of the arguments can't be reso…
Browse files Browse the repository at this point in the history
…lved correctly.
  • Loading branch information
DanielGavin committed Sep 29, 2024
1 parent fe1bee8 commit 767df34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/generics.odin
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,6 @@ resolve_generic_function_symbol :: proc(
poly_map[poly.type.name] = clone_expr(call_expr.args[i], ast_context.allocator, nil)
}
}
} else {
return {}, false
}

i += 1
Expand Down

0 comments on commit 767df34

Please sign in to comment.