[nem-en] Bug 928
Michal Moskal
michal.moskal at gmail.com
Thu Feb 22 21:35:23 CET 2007
On 2/22/07, vc <vc at rsdn.ru> wrote:
> > I think some things may be broken, but I'm not sure if you're going to
> > be affected by this.
>
> I disable it transformation in IsIntelliSenseMode. It may cause some
> problem. But at now it work properly.
>
> BTW, what for need it transformation?
So the transformation is needed because the function type for both:
foo (_ : int * int) : void
foo (_ : int, _ : int) : void
is the same, therefore the compiler assumes the same calling
convention (which is to pass arguments one by one, and not by a
tuple).
--
Michał
More information about the devel-en
mailing list