Why doesn't the compiler produces an error? ----- import std.stdio;
void main() {
writeln({});
}
-----
http://ideone.com/qTZCAd
Why doesn't the compiler produces an error? ----- import std.stdio;
void main() {
writeln({});
}
-----
http://ideone.com/qTZCAd