mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
14 lines
255 B
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}
|