tdont_show_system.nim 255 B

1234567891011121314
  1. discard """
  2. errormsg: "expression 'true' is of type 'bool' and has to be used (or discarded)"
  3. line: 13
  4. file: "tdont_show_system.nim"
  5. """
  6. # bug #4308
  7. #proc getGameTile: int =
  8. # 1 > 0
  9. # bug #4905 subsumes the problem of #4308:
  10. true notin {false}