mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This allows SILGen to recognize them as foreign declarations, fixing a bug when classes with subscripts defined in Objective-C were extended to conform to Swift protocols with subscript requirements. rdar://problem/20371661 Swift SVN r27998