Skip to content

Fix builtin function call disambiguation

Stéphane Del Pino requested to merge feature/PO-vector into develop

In the case of multiple function candidates, if one was an exact match, it was incorrectly considered an ambiguous call.

Merge request reports