Bug or feature?
Namespace
rswhite4 at googlemail.com
Mon May 27 03:16:59 PDT 2013
void foo( S s )
{
auto local = this.bigUglyName;
auto b = s.bigUglyName;
writeln( "bigUglyName (AKA local)=", local, " b=", b );
}
:P
More information about the Digitalmars-d-learn
mailing list