Closed as not planned
Description
Consider the following code sample.
from typing import LiteralString
def func1(a: list[LiteralString]):
v1: list[str] = a # Should generate a type error but does not currently
I just fixed a related bug in pyright.
Mypy version 1.5.1