summary refs log tree commit diff stats
path: root/tests/errmsgs/tdont_show_system.nim
blob: 830113218e61886cb155b1df3d145a91abc18579 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
discard """
  errormsg: "expression 'true' is of type 'bool' and has to be discarded"
  line: 13
  file: "tdont_show_system.nim"
"""

# bug #4308

#proc getGameTile: int =
#  1 > 0

# bug #4905  subsumes the problem of #4308:
true notin {false}