digitalmars.D.bugs - recursive class definition
- "Kris" <someidiot earthlink.dot.dot.dot.net> Jul 09 2004
FYI: mistakenly did something like this whilst renaming classes, and it
crashed the compiler
class Foo : Foo
{
}
Jul 09 2004
FYI: mistakenly did something like this whilst renaming classes, and it
crashed the compiler
class Foo : Foo
{
}