Object implicit conversions are harder.
Need to scan all constructors and produce a set of candidate conversions supported by the provided system so that when a call relies on some implicit conversion, srcType can see the potential conversion and report the proper function as a candidate.