- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
What's new in Scala 2.8 - Chained Package Clauses
Created by odersky on 2010-09-07.
Updated: 2010-09-07, 16:44
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.
- Login or register to post comments
Printer-friendly version