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:
parent
9d5be12517
commit
518da92a7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user