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

More support for generic interfaces, aiming for parity with support for generic classes. #4034

Closed zygoloid closed 3 weeks ago

zygoloid commented 3 weeks ago

This is mostly mechanically duplicating work done for generic classes to also support generic interfaces.

Also fix both generic interfaces and generic classes to support importing class and interface types with arguments from another file.