7 Feb
2009
7 Feb
'09
7:53 p.m.
2009/2/7 Rogan Carr
You unfortunately cannot do
FooBar thingy.chuck() => dac;
The declaration has to be on its own line (otherwise it looks like you're sending the FooBar object to thingy.chuck() ).
Can't you with parentheses? (FooBar thingy).chuck() => dac; -- Tom Lieber http://AllTom.com/