about summary refs log tree commit diff stats
path: root/js/games/nluqo.github.io/~bh/announce
Commit message (Collapse)AuthorAgeFilesLines
* *elioat2023-08-231-0/+69
discard """
  errormsg: "type mismatch: got <int literal(1)> but expected 'string'"
  line: 8
"""

iterator a(): auto {.closure.} =
  if true: return "str"
  yield 1