mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-28 18:24:01 +00:00
fixes #451
This commit is contained in:
12
tests/reject/tneedsdiscard.nim
Normal file
12
tests/reject/tneedsdiscard.nim
Normal file
@@ -0,0 +1,12 @@
|
||||
discard """
|
||||
line: 10
|
||||
errormsg: "value returned by statement has to be discarded"
|
||||
"""
|
||||
|
||||
proc p =
|
||||
var f: TFile
|
||||
echo "hi"
|
||||
|
||||
open(f, "arg.txt")
|
||||
|
||||
p()
|
||||
Reference in New Issue
Block a user