microsoft / Power-Fx

Power Fx low-code programming language
MIT License
3.15k stars 309 forks source link

Fix imperative UDF throwing error without closing semicolon #2494

Closed rick-nguyen closed 1 week ago

rick-nguyen commented 1 week ago

Function():Void { Set(a, 1) } should now be valid and have parity with Function():Void = { Set(a, 1) }