ttypecommandindent3.nim 145 B

123456789101112
  1. discard """
  2. errormsg: "expression expected, but found 'keyword do'"
  3. line: 10
  4. column: 1
  5. """
  6. type
  7. Foo = call x, y, z:
  8. abc
  9. do:
  10. def