Re: Strange type error
Andrew Phillips <[email protected]>
| Newsgroups | gmane.comp.lang.scala |
|---|---|
| Message-ID | <[email protected]> |
> but with additional brackets to change precedence, (_ + _) * _ fails
Just for completeness: as you probably also discovered, it also fails if
you *don't* affect the precedence, and simply add brackets for e.g. clarity:
scala> execute( _ + (_ * _) )
<console>:9: error: missing parameter type for expanded function ((x$1) =>
x$1.$
plus(((x$2, x$3) => x$2.$times(x$3))))
execute( _ + (_ * _) )
^
Regards
ap
--
You received this message because you are subscribed to the Google Groups "scala-language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.