package lang
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- lang
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
SingletonObject = AnyRef
Intended to mark things defined as a Scala Singleton objects, i.e.
Intended to mark things defined as a Scala Singleton objects, i.e. things defined like "object Foo { ... }"
Unfortunately, the compiler can't enforce this.