fetching https://github.com/FeepingCreature/dmd.git feature/issue-23473-single-argument-getOverloads (attempt: 1/3)
From https://github.com/FeepingCreature/dmd
 * branch                  feature/issue-23473-single-argument-getOverloads -> FETCH_HEAD

merging FETCH_HEAD
Updating 47eea4c7c4..455bccc3af
Fast-forward
 changelog/dmd.traits_getOverloads_with_symbol.dd |  14 ++
 compiler/src/dmd/traits.d                        | 232 +++++++++++++----------
 compiler/test/compilable/imports/traits_a.d      |   5 +
 compiler/test/compilable/imports/traits_b.d      |   3 +
 compiler/test/compilable/traits.d                |  14 +-
 5 files changed, 170 insertions(+), 98 deletions(-)
 create mode 100644 changelog/dmd.traits_getOverloads_with_symbol.dd
 create mode 100644 compiler/test/compilable/imports/traits_a.d
 create mode 100644 compiler/test/compilable/imports/traits_b.d