Module level variable shadowing

dennis luehring via Digitalmars-d digitalmars-d at puremagic.com
Sun Jun 29 00:21:39 PDT 2014


Am 29.06.2014 08:06, schrieb Kapps:
> struct Foo {
>       int a;
>       this(this.a) { }
> }

a parameter declaration with the name of the scope name??? totaly 
different to everything else???


More information about the Digitalmars-d mailing list