On 9 Aug., 11:47, Viktor Klang <[email protected]> wrote:
> On Mon, Aug 9, 2010 at 11:39 AM, Ben Schulz <[email protected]> wrote:
> > On 9 Aug., 11:02, Kevin Wright <[email protected]> wrote:
> > > any operator ending with a `:` is also right associative. So
> > > x :: someList
> > > is equivalent to someList.::(x)
>
> > I think you just proved Fabrizio's point (and this is a one-line
> > example). ;)
>
> *laughs*
> If you can't remember that suffix-colon means right-associative, you can't
> be expected to remember that * has higher precedence than +, which probably
> means you already have a difficult enough life. ;)
I'm talking about the order of evaluation. And frankly I'm baffled as
to why someList would be subject to implicit conversion before x,
baffled.

With kind regards
Ben

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to