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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 22 05:30:16 PST 2012


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



--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> 2012-01-22 05:30:13 PST ---
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.

-- 
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