[swift-evolution] [Proposal] Shadowing imported functions

Антон Жилин antonyzhilin at gmail.com
Thu Apr 14 10:28:20 CDT 2016


As promised, I've created a proposal to add @shadowing attribute. Link to
the proposal:

https://github.com/Anton3/swift-evolution/blob/shadowing-imported-functions/proposals/NNNN-shadowing-imported-functions.md

Example:

// Imported function (implicit declaration)func dispatch_sync(queue:
dispatch_queue_t, block: (@convention(block) () -> Void)!)
@shadowing(dispatch_sync(queue, block))func sync(queue:
dispatch_queue_t, @noescape block: @convention(block) () -> Void)


- Anton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160414/67ea82e4/attachment.html>


More information about the swift-evolution mailing list