roadmap: allow interface definitions to include fields (#6230)

pull/6237/head
Steve Phillips 2020-08-27 06:12:24 -07:00 committed by GitHub
parent eff319f869
commit b4f03e1c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,8 +15,8 @@
- `recover()` from panics
- IO streams
- struct and interface embedding
- interfaces: allow struct fields (not just methods)
- vfmt: fix common errors automatically to save time (make vars mutable and vice versa, add missing imports etc)
- method expressions with an explicit receiver as the first argument
- fix all remaining generics issues (`foo(5)` instead of `foo<int>(5)` etc)
- merge v.c and v_win.c