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

all: implement interface fields (#8259)

This commit is contained in:
spaceface
2021-01-23 07:57:17 +01:00
committed by GitHub
parent 3628751199
commit c2d501e8a9
12 changed files with 317 additions and 103 deletions

View File

@@ -1,5 +1,6 @@
## V 0.2.3
*Not yet released*
- Allow interfaces to define fields, not just methods.
## V 0.2.2
*22 Jan 2021*