Files
Nim/tests/errmsgs/tdont_show_system.nim
2017-03-26 20:24:06 +02:00

14 lines
245 B
Nim

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}