mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
a8cebdc5d3
We now specially import global decls who we identify as fitting the notification pattern: extern NSStrings whose name ends in "Notification". When we see them, we import them as a member of NSNotificationName and, if NSNotificationName is swift_newtype-ed, we use that new type. Test cases included.