AccessCold

dotty.tools.dotc.transform.init.Errors.AccessCold
case class AccessCold(field: Symbol)(trace: Trace) extends Error

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Error
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def show(using Context): String

Inherited methods

def issue(using Context): Unit

Attributes

Inherited from:
Error
def pos(using Context): SourcePosition

Attributes

Inherited from:
Error

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
def stacktrace(using Context): String

Attributes

Inherited from:
Error

Concrete fields

val trace: Trace