mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
n) -> n.
This commit is contained in:
parent
d05d016b86
commit
921cc2cdfc
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ type EnglishAlphabet = never
|
||||||
|
|
||||||
Currently, there are two solutions to effect it:
|
Currently, there are two solutions to effect it:
|
||||||
|
|
||||||
1) Moving `=` to the next line
|
1. Moving `=` to the next line
|
||||||
2) Keep `=` on the line and add `never` if using `|`, or `unknown` if using `&`.
|
2. Keep `=` on the line and add `never` if using `|`, or `unknown` if using `&`
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
-- 1) union:
|
-- 1) union:
|
||||||
|
|
Loading…
Add table
Reference in a new issue