http://d.puremagic.com/issues/show_bug.cgi?id=6029
Trass3r <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Platform|x86 |All See Also|http://d.puremagic.com/issu | |es/show_bug.cgi?id=6030 | Resolution|FIXED | OS/Version|Mac OS X |All --- Comment #3 from Trass3r <[email protected]> 2011-11-03 08:34:59 PDT --- It isn't fixed. struct A { static A a; alias a this; } void foo(A a) { } void main() { // foo(A); // Error: type A is not an expression int s = A; // Error: type A has no value + stack overflow } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
