We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6446ee1 commit 2fec3b6Copy full SHA for 2fec3b6
tests/error_propagation/tin_expression_in_when.nim
@@ -0,0 +1,7 @@
1
+discard """
2
+ errormsg: "undeclared identifier: 'missing'"
3
+"""
4
+
5
+var x = missing
6
+when x is int:
7
+ discard
0 commit comments