[Issue 11616] Introduce virtual keyword and remove virtual-by-default

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 26 04:26:48 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11616


bearophile_hugs at eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc


--- Comment #8 from bearophile_hugs at eml.cc 2014-02-26 04:26:41 PST ---
A possibly silly question, is this code OK (currently it compiles)?


class Foo {
    virtual final void bar() {}
}
void main() {}

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list