Files
sdk/pkg/front_end/testcases/inference_update_4
Johnni Winther 70a9e60011 [cfe] Avoid lowering for LocalIncDec
This changes the encoding of LocalPostIncDec (now called LocalIncDec) to avoid lowering during body building.

To achieve this, the inference for VariableGet and VariableSet have been refactoring to allow for reuse through LocalIncDec. Similar refactorings have been done for StaticGet/Set/IncDec and SuperPropertyGet/PropertySet/IncDec.

TEST=existing

Change-Id: I84522c510520cadf8ade95345d724ffbf2816ff5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/447180
Reviewed-by: Tess Strickland <sstrickl@google.com>
Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2025-08-28 05:57:40 -07:00
..