class ErrorDenotation
extends NonSymSingleDenotation

Constructors

ErrorDenotation ( )
ErrorDenotation ( implicit ctx: Context )

Members

private implicit val ctx : Context
override def exists : Boolean

A denotation in the group exists

A denotation in the group exists

override def hasUniqueSym : Boolean
def infoOrCompleter : Type

The type info, or, if this is a SymDenotation where the symbol is not yet completed, the completer

The type info, or, if this is a SymDenotation where the symbol is not yet completed, the completer

protected def newLikeThis ( s: Symbol , i: Type ) : SingleDenotation