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



--- Comment #1 from Ellery Newcomer <ellery-newco...@utulsa.edu> 2010-11-24 
14:20:49 PST ---
surprised to find out that the last one actually does something:

const(uint) i;
const(uint[]) j;

assert(is(typeof( cast() i) == uint));
assert(is(typeof( cast() j) == const(uint)[]));

and here I was assuming it was a typo.

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

Reply via email to