Skip to content

Fix: report multiple candidates only if it isn't same table

Karel Koci requested to merge multiple-candidates-warn into master

For some reason, lua table.sort function calls compare function with arguments being same tables. This commit just ensures that warning isn't printed if such thing happens.

Merge request reports