Hi,<br>isn't that the way it's supposed to work? I mean<br><br>void show(int a) { writeln(a); }<br><br>void main() { show(null); }<br><br>won't compile either.<br>Shouldn't bar be some kind of pointer?<br><br>
btw, today I read "opAssign can no longer be overloaded for class objects" here:<br><br><a href="http://www.d-programming-language.org/features2.html">http://www.d-programming-language.org/features2.html</a><br>
<br>is that no longer valid?<br>