[Issue 6185] UFCS doesn't work with function imports

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 24 06:01:14 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=6185



--- Comment #7 from Kenji Hara <k.hara.pg at gmail.com> 2012-01-24 06:01:13 PST ---
(In reply to comment #2)
> Before 2.053, "foo".toUTF16z is rewritten to toUTF16("foo");
> After 2.054, it is rewitten to .toUTF16("foo");
> Therefore current D2 requires module level function for UFCS.
> 
> But I don't know it is right behavior.

Sorry, I had said mistake. The turning point was 2.020, not 2.054.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list