This ignores case while sorting using-declarations, fixing a case where _ would appear between lowercase and uppercase characters.
It also applies stable sort, so that replacements for the exact same using declarations are not generated.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 9739 Build 9739: arc lint + arc unit
Event Timeline
Comment Actions
As discussed offline, the sorting should also be stable to avoid no-op replacements for identical using declarations and randomizing the order of using declarations differing only in case (not that I'd expect this to be a frequent thing, but it's better to handle it properly anyway).