add ex080 anonymous structs 1
This commit is contained in:
parent
2ad8de5415
commit
da3ec19000
3 changed files with 88 additions and 0 deletions
8
patches/patches/080_anonymous_structs.patch
Normal file
8
patches/patches/080_anonymous_structs.patch
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
51c51
|
||||
< var circle1 = ??? {
|
||||
---
|
||||
> var circle1 = Circle(i32) {
|
||||
57c57
|
||||
< var circle2 = ??? {
|
||||
---
|
||||
> var circle2 = Circle(f32) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue