doc: embedded structs are no longer TODO

pull/6736/head
Alexander Medvednikov 2020-11-03 23:08:03 +01:00 committed by GitHub
parent 9d5be12517
commit 518da92a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1077,8 +1077,7 @@ References are similar to Go pointers and C++ references.
V doesn't allow subclassing, but it supports embedded structs:
```v wip
// TODO: this will be implemented later
```v
struct Button {
Widget
title string