[Swift-devel] Call function.

Yadu Nand yadudoc1729 at gmail.com
Mon Aug 15 01:17:07 CDT 2011


On Mon, Aug 15, 2011 at 11:31 AM, Jonathan Monette <jonmon at mcs.anl.gov> wrote:
> Well that case should be valid shouldn't it?  I may have misunderstood the validity of overwritten functions.  I know in Java you could have several methods named with the same identifier and which method that was called was determined at compile time based on the argument signature.  So this seems like it should be a valid case but again I may have misunderstood the discussion on re-defining functions.

Yes java, C++ all support functional-polymorphism. I am not
sure how karajan deals with this underneath, but at the level
where checks are made in swift, the code definitely doesn't
support it yet.

-- 
Thanks and Regards,
Yadu Nand B



More information about the Swift-devel mailing list