Does anybody get this with 2.040? I couldn't find a bug report about it,
so maybe it is due to my setup.
// in file test.d:
assert(false);
output: core.exception.AssertError at l(5): Assertion failure
^ not the right file
// in file test.d:
assert(false, "ok");
output: core.exception.AssertError at test.d(5): ok