mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Currently if there is a conditional conformance to a type marked as `@dynamicMemberLookup` with member that shadows one accessible through dynamic lookup we'd report an error if that conformance has not been satisfied. Better behavior would be to consider dynamic member lookup and if that fits let the expression type-check. Resolves: rdar://problem/52779809
278 KiB
278 KiB