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