mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
These tests emulate deploying back to an older OS where newer APIs are not available by linking to an Objective-C framework where APIs have been annotated to only be available in the far future and then moving the famework aside so that it can't be found at run time. These tests include some basics (global variables and classes), but the focus is on Objective-C protocols to validate the change allowing types to conform to protocols less available than the types themselves. Swift SVN r30005