[Issue 6185] UFCS doesn't work with function imports
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 22 07:07:33 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6185
--- Comment #3 from bearophile_hugs at eml.cc 2012-01-22 07:07:32 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");
What's bad in rewriting it as toUTF16("foo")?
--
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