Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- This was preventing the most correct method from being chosen for a combination of arguments in some cases. The scoring wasn't happening at all, and it just happened to work in many cases on the basis of the order of the methods being correct in most cases. The specific issue that highlighted this problem was that bit shifts on a byte variable as the lhs and an inte variable on the rhs was choosing the incorrect method.
- Loading branch information