AccessNonInit

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

Access non-initialized field

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

override def pos(using Context): SourcePosition

Attributes

Definition Classes
def show(using Context): String
def source: Tree

Inherited methods

def issue(using Context): Unit

Attributes

Inherited from:
Error

Attributes

Inherited from:
Product

Attributes

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

Attributes

Inherited from:
Error

Concrete fields

val trace: Trace