Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update tlet
  • Loading branch information
metagn committed Feb 15, 2025
commit 04fe0a7b492c4cebb88fe648c0ff1ee46b15b8a4
2 changes: 1 addition & 1 deletion tests/init/tlet.nim
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ proc foo2 =
discard
else:
let x = 1
doAssert x == 1
doAssert not declared(x)

when false:
discard
Expand Down
Loading