mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
Merge pull request #965 from 9rnsr/fix3449
Supplemental fix for Issue 3449 - Stop fwdref by the immutable field
This commit is contained in:
commit
245274b408
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ unittest
|
||||||
{
|
{
|
||||||
ubyte a,r,g,b;
|
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){}
|
void bug8106(Colour c = Colour.white){}
|
||||||
//pragma(msg, PDVT!bug8106);
|
//pragma(msg, PDVT!bug8106);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue