https://issues.dlang.org/show_bug.cgi?id=16201

--- Comment #5 from Steven Schveighoffer <schvei...@yahoo.com> ---
Thanks for the example. That makes things much clearer.

Essentially, the else code should parse as valid D, but doesn't need to be
semantically analyzed once it's determined that the branch will never execute
(or at least the error is gagged once it's determined).

--

Reply via email to