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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 22 08:07:53 PST 2012


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



--- Comment #4 from Kenji Hara <k.hara.pg at gmail.com> 2012-01-22 08:07:51 PST ---
(In reply to comment #3)
> (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")?

Ah, sorry, it is my mistake. Replace 'toUTF16' to 'toUTF16z'.

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