If you have already looked at some larger Scala 2.8 programs you might have been puzzled to see that source files now sometimes start with multiple chained package clauses, like this:
package org.myproject
package tests
...
What does this mean? Find out here. [1]
Links:
[1] http://www.scala-lang.org/docu/files/package-clauses/packageclauses.html#