Cold

case class Cold(source: Tree) extends Potential

The object whose initialization status is unknown

trait Product
trait Equals
trait Potential
class Object
trait Matchable
class Any

Value members

Concrete methods

def show(using Context): String

Inherited methods

def level: Int

Nested levels of the potential. Used for widening

Nested levels of the potential. Used for widening

Inherited from
Potential
Inherited from
Product
def size: Int

Length of the potential. Used for widening

Length of the potential. Used for widening

Inherited from
Potential
Inherited from
Potential

Concrete fields

val source: Tree