UnsafeLeaking

dotty.tools.dotc.transform.init.Errors$.UnsafeLeaking
case class UnsafeLeaking(error: Error, nonHotOuterClass: Symbol, argsIndices: List[Int])(trace: Seq[Tree]) extends Error

Unsafe leaking a non-hot value as constructor arguments

Invariant: argsIndices.nonEmpty

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Error
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def show(using Context): String

Inherited methods

def issue(using Context): Unit

Attributes

Inherited from:
Error

Attributes

Inherited from:
Error

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Error

Concrete fields

val trace: Seq[Tree]