- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
to be a scala object
Tue, 2010-02-16, 17:03
What is the precise meaning conveyed by scala.ScalaObject? I just
discovered that when a forwarder class is created (i.e. you write only
object Bob and class Bob is created as a mirror) its only parent is
Object. I can work around this but it'd be more convenient just now if
it was a ScalaObject.