Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/simulation/fixtures/notebook/fixing/fixing1.ipynb
13405 views
Kernel: Unknown Kernel
from typing import Annotated # This should generate an error because all Annotated types should # include at least two type arguments. d: Annotated[int]