Concatenate
false negative (caught by pyright
, but not mypy
)
#14169
Labels
Concatenate
false negative (caught by pyright
, but not mypy
)
#14169
Bug Report
False negative in the following example:
To Reproduce
Playground Link
Expected Behavior
Type error on
return b
, which is what pyright does (pyright playground)Actual Behavior
No type error.
Your Environment
The text was updated successfully, but these errors were encountered: