Skip to content

Commit 518da92

Browse files
authored
doc: embedded structs are no longer TODO
1 parent 9d5be12 commit 518da92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/docs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,8 +1077,7 @@ References are similar to Go pointers and C++ references.
10771077

10781078
V doesn't allow subclassing, but it supports embedded structs:
10791079

1080-
```v wip
1081-
// TODO: this will be implemented later
1080+
```v
10821081
struct Button {
10831082
Widget
10841083
title string

0 commit comments

Comments
 (0)