mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Removed mention of class declarations
This commit is contained in:
parent
8cd20a4c17
commit
950c5ee8f0
1 changed files with 0 additions and 7 deletions
|
@ -54,11 +54,4 @@ function sum(...: number): number
|
|||
end
|
||||
```
|
||||
|
||||
* _Class declarations in type definition files_ will allow object-oriented APIs to be declared!
|
||||
```
|
||||
declare class Cat : Animal
|
||||
function meow() -> string
|
||||
end
|
||||
```
|
||||
|
||||
And there will be more!
|
||||
|
|
Loading…
Add table
Reference in a new issue