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.
Incomplete
1 parent f1b496c commit 3456684Copy full SHA for 3456684
test-data/unit/stubgen.test
@@ -4744,3 +4744,15 @@ class DCMeta(type): ...
4744
4745
class DC(metaclass=DCMeta):
4746
x: str
4747
+
4748
4749
+[case testIncompleteReturn]
4750
+from _typeshed import Incomplete
4751
4752
+def polar(*args, **kwargs) -> Incomplete:
4753
+ ...
4754
4755
+[out]
4756
4757
4758
+def polar(*args, **kwargs) -> Incomplete: ...
0 commit comments