class C{
void foo(){}
}
class D: C{
@disable override void foo(){} // should be a compile-time error
}
Disabling an override does not make any sense and should be disallowed.
Comment #1 by yebblies — 2012-01-30T23:52:17Z
Same thing for deprecated overrides.
Comment #2 by yebblies — 2012-01-30T23:52:51Z
*** Issue 1449 has been marked as a duplicate of this issue. ***
Comment #3 by b2.temp — 2017-02-25T18:26:46Z
*** Issue 5171 has been marked as a duplicate of this issue. ***