Summary:
Rough proposal on how we can differentiate between the a real setState we can track and one we infer.
Particularly useful when setting `enableTreatSetIdentifiersAsStateSetters=true`
This is mainly so ValidateNoDerivedComputationsInEffects_exp doesn't introduce false positives since we rely on setState type tracking
Test Plan:
Tests