Files
vscode/extensions/copilot/test/simulation/fixtures/notebook/fixing/fixing1.ipynb
T
2025-06-27 11:35:20 +02:00

434 B

In [ ]:
from typing import Annotated

# This should generate an error because all Annotated types should
# include at least two type arguments.
d: Annotated[int]