mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Mark last table subtyping RFC as implemented
This commit is contained in:
parent
182112de10
commit
57c5c23ab6
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# Only strip optional properties from unsealed tables during subtyping
|
# Only strip optional properties from unsealed tables during subtyping
|
||||||
|
|
||||||
|
**Status**: Implemented
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
Currently subtyping allows optional properties to be stripped from table types during subtyping.
|
Currently subtyping allows optional properties to be stripped from table types during subtyping.
|
||||||
|
|
Loading…
Add table
Reference in a new issue