Function types syntax

John Rose John.Rose at Sun.COM
Wed Jan 27 12:44:50 PST 2010


On Jan 27, 2010, at 12:32 PM, Ian Clough wrote:

> Please forgive me if this is a stupid question but doesn't operator 
> precedence determine what the expression actually means?

We're not talking about expressions, but type names.  Java type names are not (yet) complicated enough to need operator precedence and parentheses.  With function types they might.

-- John


More information about the lambda-dev mailing list