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 b4046fc commit b5e1190Copy full SHA for b5e1190
1 file changed
test-data/unit/check-isinstance.test
@@ -2154,7 +2154,7 @@ nested_any: List[List[Any]]
2154
if lst in nested_any:
2155
reveal_type(lst) # N: Revealed type is "builtins.list[builtins.int]"
2156
if x in nested_any:
2157
- reveal_type(x) # E: Statement is unreachable
+ reveal_type(x) # N: Revealed type is "builtins.int | None"
2158
[builtins fixtures/list.pyi]
2159
2160
[case testNarrowTypeAfterInTuple]
0 commit comments