swift
f5ab62aa - [SE-0258] Move "has lazy resolver" check later to handle merge-modules properly

Commit
6 years ago
[SE-0258] Move "has lazy resolver" check later to handle merge-modules properly 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.
Author
Parents
Loading