mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:00:13 +01:00
Adapters were erroneously satisfying `Core.Destroy` because we were directly getting the object's representation without consideration for abstract and adapted types. This change ensures that adapted types' representations are used instead of the adapter types.