Allow `f this ` syntax

This commit is contained in:
Alexander McCord 2022-07-27 16:00:51 -07:00 committed by GitHub
parent 39faa903b1
commit 8dd6049fcb
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ print(`Welcome to \
-- Luau!
```
This expression will not be allowed to come after a `prefixexp`. I believe this is fully additive, so a future RFC may allow this. So for now, we explicitly reject the following:
This expression can also come after a `prefixexp`:
```
local name = "world"