add ex081 anon structs 2
This commit is contained in:
parent
da3ec19000
commit
b86230d160
3 changed files with 59 additions and 0 deletions
8
patches/patches/081_anonymous_structs2.patch
Normal file
8
patches/patches/081_anonymous_structs2.patch
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
41c41
|
||||
< fn printCircle(???) void {
|
||||
---
|
||||
> fn printCircle(circle: anytype) void {
|
||||
44c44
|
||||
< circle.centaur_y,
|
||||
---
|
||||
> circle.center_y,
|
||||
Loading…
Add table
Add a link
Reference in a new issue