Closed
Description
In #51579, I switched our sorting to be case insensitive, as sensitive sorting appeared to cause auto-imports to break.
This appears to be caused by #51616 (at least). After that's fixed, we could revert things.
Also, #51615, if we wanted to use organize imports
, however that would be a problem regardless, but less of one given auto-imports should be able to put things in the right place. (Though, I'd rather just let a formatter do this for us.)