mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 06:20:38 +00:00
added a warning that the .deprecate statement is unreliable for routines
This commit is contained in:
@@ -61,7 +61,7 @@ proc testGetFileInfo =
|
||||
block:
|
||||
let
|
||||
testFile = open(getAppFilename())
|
||||
testHandle = fileHandle(testFile)
|
||||
testHandle = getFileHandle(testFile)
|
||||
try:
|
||||
discard getFileInfo(testFile)
|
||||
#echo("Handle : Valid File : Success")
|
||||
|
||||
Reference in New Issue
Block a user