https://issues.dlang.org/show_bug.cgi?id=22484
--- Comment #3 from Stanislav Blinov <[email protected]> --- run.dlang.io shows the asserts fail on "all compilers" (which it starts from 2.060), though one would need to change main to this (otherwise it just shows empty 'Server error:'): void main(string[] args) { actual = &args[0]; actual.bug(Param.init, 0, {}, {}); } --
