microsoft / Power-Fx

Power Fx low-code programming language
MIT License
3.21k stars 329 forks source link

Block Type literals from being used in invalid contexts #2741

Closed adithyaselv closed 1 week ago

adithyaselv commented 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.

LucGenetier commented 1 week ago

✅ No public API change.

LucGenetier commented 1 week ago

✅ No public API change.

LucGenetier commented 1 week ago

✅ No public API change.

LucGenetier commented 1 week ago

✅ No public API change.