[Issue 14232] redundant attribute 'const'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Feb 28 17:27:31 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14232

--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
The following program already reported same error in 2.066:

struct Bug
{
    const const void bug()
    {
    }
}

test.d(3): Error: redundant attribute 'const'

--


More information about the Digitalmars-d-bugs mailing list