JN via Digitalmars-d-learn Sun, 21 Feb 2021 10:10:36 -0800
class Foo { } void main() { Foo Foo = new Foo(); }
this kind of code compiles. Is this expected to compile?