On Sat, 20 Sep 2014 14:42:47 +0000 Tofu Ninja via Digitalmars-d <[email protected]> wrote:
> Oh another bad part of D is the attribute names with some being
> positive(pure) and some being negative(@nogc) and some of them
> not having an @ on them.
and no way to revert 'final' in classes, for example. or 'static'. i
mean that i want something like this:
class A {
final:
void foo () { ... }
virtual:
void bar () { ... }
static:
void heh () { ... }
// and there is no way to declare non-static fields anymore...
}
yes, i know that i can use `final {}`, but it looking ugly. and i
prefer to declare fields at the end of class declaration. annoying.
signature.asc
Description: PGP signature
