mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This used to fail because the property initializer had a public symbol and was not serialized, so the struct's inlinable initializer would reference it directly. Therefore, removing the property initializer would break the client, which had inlined the struct initializer.
299 B
299 B