CallUnknown

case class CallUnknown(meth: Symbol, trace: Seq[Tree]) extends Error
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
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