mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
fab592539e
The compiler synthesized references to these members previously weren't diagnosed at all in closure contexts. With changes to how `for-in` loops are type-checked, they are now picked up by `MemberImportVisibility` checking, but errors about them have to be downgraded to warnings to maintain source compatibility for the existing code. Resolves: rdar://169565467