[Issue 14581] Allow inheriting from nested classes outside of parent class

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 15 01:00:42 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=14581

TeddyBear12311 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |TeddyBear12311 at gmail.com

--- Comment #1 from TeddyBear12311 at gmail.com ---
Bang? Anyone?

not just nested classes but within functions

void foo()
{
   class C { }
}

C cannot be used. foo could be main.

--


More information about the Digitalmars-d-bugs mailing list