mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rather than hardcoding String/Array/Dictionary/Set to print as NSString/NSArray/NSDictionary/NSSet, use _ObjectiveCBridgeable conformances to determine how to print them. Another step toward generalized _ObjectiveCBridgeable, although the general form is not yet useful.