From 950c5ee8f00778af9c4b2e5c149b0286f16c067e Mon Sep 17 00:00:00 2001 From: "ajeffrey@roblox.com" Date: Tue, 2 Mar 2021 11:20:57 -0600 Subject: [PATCH] Removed mention of class declarations --- docs/_posts/2021-03-01-luau-recap-february-2021.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/_posts/2021-03-01-luau-recap-february-2021.md b/docs/_posts/2021-03-01-luau-recap-february-2021.md index 5dcec88d..b77f8585 100644 --- a/docs/_posts/2021-03-01-luau-recap-february-2021.md +++ b/docs/_posts/2021-03-01-luau-recap-february-2021.md @@ -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!