Closed adithyaselv closed 1 week ago
Today we allow expressions like the following in PowerApps
If(Type(Boolean), 1, 2)
this PR blocks such unintended usage of type literals at compile time.
✅ No public API change.
Today we allow expressions like the following in PowerApps
this PR blocks such unintended usage of type literals at compile time.