We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ada26 commit 3872d57Copy full SHA for 3872d57
1 file changed
crates/red_knot_project/resources/test/corpus/self_referential_function_annotation.py
@@ -0,0 +1,4 @@
1
+from __future__ import annotations
2
+
3
+def foo(a: foo()):
4
+ pass
0 commit comments