mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
If the setter conflict occurs in a deserialized declaration, the parent pattern binding can be NULL. Guard the fixit on the existence of the pattern binding so 1) we don't crash 2) we don't try to emit a fixit in otherwise extremely broken code rdar://56558082