mdep_v2.nim 57 B

12345678910
  1. type
  2. Foo* = object
  3. x*, y*: int
  4. z*: string