Power-Fx
Power-Fx copied to clipboard
WIP: Adds warning on comparing same FirstNameNode
This pull request introduces a warning when comparing two identical FirstNameNode instances, which could be either global or scoped variables.
This enhancement is particularly beneficial in scenarios involving scoped variables, where it's easy to misunderstand the concept of implicit ThisRecord
.
It's important to note that this change is non-breaking, as it only adds a warning without generating an error.
✅ No public API change.
✅ No public API change.
✅ No public API change.