mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When performing keypath dynamic member lookup, avoid substituting the base type in override detection and completion, as the base type of the lookup is not the base type of the member. For now, we just avoid the substitution entirely to fix potential crashes; in a future commit we will change to using the subscript return type and substituting with the base type of the subscript instead of the base type of the lookup. rdar://50449788
30 KiB
30 KiB