Problems using 'with' statement

bearophile bearophileHUGS at lycos.com
Sat Jan 4 13:00:03 PST 2014


Adam S:

> I've encountered an issue using the 'with' statement. Can 
> anyone explain why the following requires that I explicitly 
> specify the variable name,

Perhaps because "test" is not a member variable name. It's a 
(templated) class method.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list