http://d.puremagic.com/issues/show_bug.cgi?id=6949
--- Comment #7 from Andrej Mitrovic <[email protected]> 2012-11-29 18:14:27 PST --- (In reply to comment #6) > How about code like this? > > void main() { > uint i = 0; > if (i == -2) > assert(0, "never"); > } > > > Note that this is currently valid D code: > > void main() { > uint i = -2; > if (i == -2) {} > } I want to see how Walter reacts to the pull before these are handled. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
