[Issue 15390] 'abstract' should override final:
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Nov 30 18:31:08 PST 2015
https://issues.dlang.org/show_bug.cgi?id=15390
Infiltrator <lt.infiltrator at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lt.infiltrator at gmail.com
--- Comment #1 from Infiltrator <lt.infiltrator at gmail.com> ---
I don't know whether I agree with your statement "naturally, this is the first
line in any D class", but I agree that final: and abstract: should override
each other as public:, protected:, etc. do.
I assume that you are currently working around this buy having all of your
abstracts up the top before your final: line?
--
More information about the Digitalmars-d-bugs
mailing list