Foo Foo = new Foo();

JN 666total at wp.pl
Sun Feb 21 18:07:49 UTC 2021


class Foo
{
}

void main()
{
     Foo Foo = new Foo();
}

this kind of code compiles. Is this expected to compile?


More information about the Digitalmars-d-learn mailing list