diff options
Diffstat (limited to 'docs/language-reference')
| -rw-r--r-- | docs/language-reference/07-declarations.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/language-reference/07-declarations.md b/docs/language-reference/07-declarations.md index 14bd3bd34..527746e9c 100644 --- a/docs/language-reference/07-declarations.md +++ b/docs/language-reference/07-declarations.md @@ -314,11 +314,8 @@ struct Person : IHasAge, IHasName { .... } ``` -Currently only interface types may be named in the inheritance clause of a structure type. When a structure type declares that it inherits from an interface, the programmer asserts that the structure type implements the required members of the interface. -> Note: A future version of Slang may allow a structure type to inherit from another structure type. - ### Syntax Details A structure declaration does *not* need to be terminated with a semicolon: |
