mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Previously, fully qualified types would be missing for global vars and properties in `.swiftinterface` files that were emitted lazily. Adding the test case also revealed that PatternBindingDecls needed to be typechecked before lazy module serialization as well.