Thread overview
[Issue 14356] SDC test00120.d compiles but should not
Mar 28, 2015
Shammah Chancellor
Mar 28, 2015
ag0aep6g@gmail.com
Mar 28, 2015
Shammah Chancellor
Mar 28, 2015
Shammah Chancellor
March 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14356

Shammah Chancellor <shammah.chancellor@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shammah.chancellor@gmail.co
                   |                            |m

--
March 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14356

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ag0aep6g@gmail.com

--- Comment #1 from ag0aep6g@gmail.com ---
dmd prints a deprecation message:
----
test0120.d(14): Deprecation: implicitly overriding base class method test0120.A.foo with test0120.B.foo deprecated; add 'override' attribute
----

--
March 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14356

--- Comment #2 from Shammah Chancellor <shammah.chancellor@gmail.com> ---
Ah, my mistake.  Thank you.  I will mark this as invalid.

(In reply to ag0aep6g from comment #1)
> dmd prints a deprecation message:
> ----
> test0120.d(14): Deprecation: implicitly overriding base class method test0120.A.foo with test0120.B.foo deprecated; add 'override' attribute
> ----

--
March 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14356

Shammah Chancellor <shammah.chancellor@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=14356

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--