On Monday, 19 January 2015 at 12:40:12 UTC, Ivan Timokhin wrote:
> > cat test.d
> void main()
> {
> import std.stdio : writeln;
> 1.writeln;
> }
> > rdmd test.d
> 1
Huh, I'm pretty sure that didn't used to work. The nested
function case still doesn't work though so I'll fix it to just
talk about that.