case class NoQualifyingRef
extends ErrorDenotation

An error denotation that provides more info about alternatives that were found but that do not qualify. Produced by staticRef, consumed by requiredSymbol.

Constructors

NoQualifyingRef ( alts: List [ SingleDenotation ] )
NoQualifyingRef ( implicit ctx: Context )

Members

[+] val alts : List [ SingleDenotation ]
[+] private implicit val ctx : Context
[+] def _1 : T1
[+] def copy ( alts: List [ SingleDenotation ] ) ( implicit ctx: Context ) : NoQualifyingRef
[+] def copy$default$1 : List [ SingleDenotation ]