081_anonymous_structs2.patch 145 B

12345678
  1. 41c41
  2. < fn printCircle(???) void {
  3. ---
  4. > fn printCircle(circle: anytype) void {
  5. 44c44
  6. < circle.centaur_y,
  7. ---
  8. > circle.center_y,