Errors
dotty.tools.dotc.transform.init.Errors$
object Errors
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Errors.type
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
Access non-initialized field
Access non-initialized field
Attributes
- Graph
- Supertypes
Attributes
- Graph
- Supertypes
Attributes
- Graph
- Supertypes
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class AccessColdclass AccessNonInitclass CallColdclass CallUnknownclass PromoteErrorclass UnsafeLeakingclass UnsafePromotion
Promote a value under initialization to fully-initialized
Promote a value under initialization to fully-initialized
Attributes
- Graph
- Supertypes
case class UnsafeLeaking(trace: Seq[Tree], error: Error, nonHotOuterClass: Symbol, argsIndices: List[Int]) extends Error
Unsafe leaking a non-hot value as constructor arguments
Unsafe leaking a non-hot value as constructor arguments
Invariant: argsIndices.nonEmpty
Attributes
- Graph
- Supertypes
Promote a value under initialization to fully-initialized
Promote a value under initialization to fully-initialized
Attributes
- Graph
- Supertypes
Value members
Concrete methods
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
- Any