This commit is contained in:
Daniel P H Fox (Roblox) 2025-02-07 10:07:30 -08:00 committed by GitHub
parent ee3c9765d2
commit a85808cfea
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -156,7 +156,7 @@ No `=` is used, as this is not an assigning operation.
*Open question: should we? or perhaps a different delimiter for visiting without binding? Discuss in comments.* *Open question: should we? or perhaps a different delimiter for visiting without binding? Discuss in comments.*
```Lua ```Lua
{ { .bar } in .foo } { .foo { .bar } }
``` ```
This desugars once to: This desugars once to: