On Thursday 09 July 2009 13:29:26 Ricky Clarkson wrote:
> I'd suggest not using _ in imports.
+1 to my taste (going from avoiding * in Java).
>
> 2009/7/9 Andrew Gaydenko <
a@...>:
> > On Thursday 09 July 2009 03:59:43 Daniel Sobral wrote:
> >> In that case, maybe this will help as well:
> >> import java.sql.{Array=>SQLArray, _}
> >
> > .. or full qualifying scala.Array type in main's parameters list.