mypy
mypy copied to clipboard
Narrow `is` with final types correctly
Now we can narrow @final
types with is
and is not
.
Closes #15553