[Issue 12228] Identifiers 'this' and 'super' should not be allowed as base classes
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Apr 12 14:00:40 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=12228
Andrei Alexandrescu <andrei at erdani.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrei at erdani.com
--- Comment #8 from Andrei Alexandrescu <andrei at erdani.com> ---
The problem here is that "this" and "super" are either data or type, depending
(by odd rules) on the context. Let's make that a deprecation and then an error.
Thanks.
--
More information about the Digitalmars-d-bugs
mailing list