[swift-evolution] Name disambiguation of computed property/function with same type defined in extensions
Paulo Faria
paulo at zewo.io
Sat Jun 4 20:29:43 CDT 2016
Hello, everyone.
I want to discuss the problem of name ambiguity when a computed property or function is defined with the same name and type in different modules. Currently there’s no way to disambiguate the implementation in use cases similar to the one contained in the gist below.
https://gist.github.com/paulofaria/f48d0b847a0fb7c125d163d0e349500a <https://gist.github.com/paulofaria/f48d0b847a0fb7c125d163d0e349500a>
The gist also contains some informal proposals. The idea is to create a formal proposal based on the discussion that shall follow.
Cheers,
Paulo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160604/67180ee6/attachment.html>
More information about the swift-evolution
mailing list