This commit is contained in:
Araq
2018-10-30 15:30:33 +01:00
parent e844e536bf
commit 432a4d1787
2 changed files with 26 additions and 15 deletions

View File

@@ -35,3 +35,13 @@ try:
except:
echo "caught"
# issue 5549
var strs: seq[string] = @[]
try:
discard
finally:
for foobar in strs:
discard