digitalmars.D.learn - Is this limitation of declarations order a bug?
- Haruki Shigemori <rayerd.wiz gmail.com> Apr 30 2011
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?
Apr 30 2011








Haruki Shigemori <rayerd.wiz gmail.com>