mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
f5ab62aa81
The merge-modules phase doesn't have an active type checker, so we were bailing out of property-wrapper queries before we had a chance to check the cache. Move the check later, to the points where we actually need a type checker. Fixes SR-10844 / rdar://problem/51484958.