1125460f2e
The front end may desugar some const constructors into procedures, so be less strict with what is expected in the list of const constructors. Also updates SourceReport to check all Functions with is_const() true against the collected const constructor hits and not just Constructors. TEST=ci Fixes: https://github.com/dart-lang/sdk/issues/61947 Cq-Include-Trybots: luci.dart.try:vm-dyn-linux-debug-x64-try,vm-dyn-mac-debug-arm64-try Change-Id: I092938eeeb0459de9b3d95400a538ec6528c43fe Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/462442 Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Tess Strickland <sstrickl@google.com>