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 64fc727 commit 29ab9f8Copy full SHA for 29ab9f8
test-data/unit/check-typevar-tuple.test
@@ -2323,7 +2323,6 @@ higher_order(ok2)
2323
higher_order(ok3)
2324
2325
higher_order(bad1) # E: Argument 1 to "higher_order" has incompatible type "def bad1(*, d: str) -> int"; expected "def (*Any) -> Any"
2326
-higher_order(bad2) # E: Argument 1 to "higher_order" has incompatible type "def bad2(**kwargs: None) -> None"; expected "def (*Any) -> Any"
2327
[builtins fixtures/tuple.pyi]
2328
2329
[case testAliasToCallableWithUnpack2]
0 commit comments