1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

doc: embedded structs are no longer TODO

This commit is contained in:
Alexander Medvednikov
2020-11-03 23:08:03 +01:00
committed by GitHub
parent 9d5be12517
commit 518da92a7e

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