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.
Steps to Reproduce:
Consider the following code, using type parameters with python >= 3.13:
def f[T](x: T) -> T: ...
The -> is highlighted red, seemingly indicating a syntax error, although there is no syntax error.
->
Originally from @s-banach in microsoft/vscode#251997