mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-05 02:50:59 +01:00
Whooops
This commit is contained in:
parent
ee3c9765d2
commit
a85808cfea
1 changed files with 1 additions and 1 deletions
|
@ -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.*
|
||||
|
||||
```Lua
|
||||
{ { .bar } in .foo }
|
||||
{ .foo { .bar } }
|
||||
```
|
||||
|
||||
This desugars once to:
|
||||
|
|
Loading…
Add table
Reference in a new issue