mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:40:11 +01:00
This slightly improves the handling of adapters, by making them copyable in some cases when their adapted type is copyable. Refactor some of the repeated checks for properties of value representations. In passing, move all the adapter tests in check/testdata/class to a subdirectory since we now have quite a few of them.