carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
https://github.com/carbon-language/carbon-lang/blob/trunk/README.md
Other
32.31k stars 1.48k forks source link

Build Generic objects for generic classes and interfaces. #4086

Closed zygoloid closed 3 days ago

zygoloid commented 4 days ago

In ClassTypes and InterfaceTypes, track a GenericInstanceId for the instance rather than just the argument list.