Fix the bug when promoted call return type mismatches with the promoted function, we should not try to inline it. Otherwise it may lead to compiler crash.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 10422 Build 10422: arc lint + arc unit
Can this only happen as the result of an ICP? If so, should the check be moved up to where DI is reset after the promotion, and this turned into an assert?