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 ed29d01 commit 4a49f45Copy full SHA for 4a49f45
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