mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
46389f7d7e
Now that we have generalized existentials in Embedded Swift, we also have all of the infrastructure for metatypes. They're lazily constructed on an as-needed basis, but otherwise work the same way as in non-Embedded Swift. Fixes rdar://145706221.