UnsafeLeaking

case class UnsafeLeaking(trace: Seq[Tree], error: Error, nonHotOuterClass: Symbol, argsIndices: List[Int]) extends Error

Unsafe leaking a non-hot value as constructor arguments

Invariant: argsIndices.nonEmpty

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

Value members

Concrete methods

def show(using Context): String

Inherited methods

def issue(using Context): Unit
Inherited from:
Error
Inherited from:
Error
Inherited from:
Product
def stacktrace(preamble: String)(using Context): String
Inherited from:
Error
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Error -> Any
Inherited from:
Error