Files
Nim/tests/errmsgs/tdont_show_system.nim

14 lines
255 B
Nim

discard """
errormsg: "expression 'true' is of type 'bool' and has to be used (or 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}