0bcb607868
In cases where the same target function is used for multiple CID ranges, we only perform the inlining once. However, if the CID range used for the initial inlining is a single CID, we will set the type of the redefinition to that CID. Detect this case and clear the concrete type associated with the redefinition if it was given one. Change-Id: I9f9bdd7c21e0dc1ac537f8facece0010630bd9aa Cq-Include-Trybots: luci.dart.try:vm-kernel-win-debug-x64-try,vm-kernel-win-release-ia32-try,vm-kernel-win-product-x64-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/105221 Commit-Queue: Teagan Strickland <sstrickl@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com>