mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Remove TODO note
Probably better if we just support {a: b, [c]: d}
This commit is contained in:
parent
353e69324b
commit
2dcc928c39
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ SomethingWithAGenericTable({meow = 5}) --OK
|
|||
SomethingWithAGenericTable(5) --not OK
|
||||
```
|
||||
|
||||
> TODO: Partially constrained generics, where part of the type is known but can be expaned upon, similar to TypeScript's `extends` keyword.
|
||||
|
||||
## Drawbacks
|
||||
|
||||
This adds unusual syntax, as well as adding to the complexity of the language.
|
||||
|
|
Loading…
Add table
Reference in a new issue