2014-10-09 23:17 GMT+09:00 Steven Schveighoffer via Digitalmars-d <digitalmars-d@puremagic.com>:

Just one point to make, this will still work, right?:

const {
   int foo();
}

const:
   int foo();

My PR still allows those block or label style attributes.

Kenji Hara