NothingType
org.scalajs.ir.Types.NothingType
case object NothingType extends PrimTypeWithRef
Nothing type (the bottom type of this type system). Expressions from which one can never come back are typed as Nothing. For example, throw and return.
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass PrimTypeWithRefclass PrimTypeclass Typeclass Objecttrait Matchableclass Any
- Self type
-
NothingType.type
Members list
In this article