Merge pull request #965 from 9rnsr/fix3449

Supplemental fix for Issue 3449 - Stop fwdref by the immutable field
This commit is contained in:
Jonathan M Davis 2012-11-22 03:30:26 -08:00
commit 245274b408

View file

@ -669,7 +669,7 @@ unittest
{
ubyte a,r,g,b;
immutable Colour white = Colour(255,255,255,255);
static immutable Colour white = Colour(255,255,255,255);
}
void bug8106(Colour c = Colour.white){}
//pragma(msg, PDVT!bug8106);