Files
swift-mirror/lib/ConstExtract
Artem Chikin 79073edb5b [Compile Time Constant Extraction] Extract the instance type for type values - not the metatype
The intended design is to extract actual types of type values appearing in conformance properties, whereas the original extraction code-path queried and recorded the type values' types - their metatypes.

Resolves rdar://108609420
2023-04-27 08:11:38 -07:00
..