mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In 2eeff365b1 I forgot to copy key path component types when applying a solution to the constraint system. That caused a crash in key path code completion.
Fixes rdar://81118700 [SR-14979]