We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd11a7 commit 73128eeCopy full SHA for 73128ee
tests/errors/test_assign9.py
@@ -0,0 +1,5 @@
1
+def f(x: i32) -> i32:
2
+ x = 2
3
+ return x * x
4
+
5
+print(f(3)) # => 4
0 commit comments