April 30, 2011 Is this limitation of declarations order a bug? | ||||
---|---|---|---|---|
| ||||
We cannot compile the next code in dmd-trunk. class C { static ushort x = y; static const ushort y = 1; } Is it a bug or not? |
Copyright © 1999-2021 by the D Language Foundation
April 30, 2011 Is this limitation of declarations order a bug? | ||||
---|---|---|---|---|
| ||||
We cannot compile the next code in dmd-trunk. class C { static ushort x = y; static const ushort y = 1; } Is it a bug or not? |