mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
fcb3a2cffb
Also fixes a leak I introduced with the String -> NSString bridging; we're always dealing with guaranteed +0, so borrow rather than forward the "self" argument.