On Sat, Dec 18, 2010 at 12:09 PM, Jacob Carlborg <d...@me.com> wrote:
>
>
> Actually if it would be possible to skip the parentheses when the lambda
> take more than one argument I would be more happy with that:
>
> foo(x, y => x * y);
>
>
Pretty sure you'll need parenthesis. Should the above match:
func(int function(int, int))
or
func(int, int function(int))

Reply via email to