Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bit shifts on uint, long, and ulong
- Extra operators were incorrectly being included in the operator finding, this was causing a cast check to fail down the line which was breaking << and >> on uint, long, and ulong. Prevent these types from including the conversion.
- Loading branch information