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

--- Comment #4 from [email protected] ---
(In reply to yebblies from comment #3)

> assert throws an error and does not violate nothrow.

This compiles, but is it good?


void foo() nothrow
in {
    throw new Exception(null);
} body {
}
void main() {}

--

Reply via email to