mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If there is a conditional bridged cast from a swift type to an objc type and this cast happens in two stages, where: - in the firs stage the Swift type is casted to its bridged ObjC class (e.g. String to NSString) and - in the second stage there is a downcast to a subclass of a bridged ObjC class (e.g. NSString to MyString) then the second stage should use a conditional cast. rdar://32319580
98 KiB
98 KiB