WildcardTypeSymbol

case class WildcardTypeSymbol(owner: Symbol, bounds: TypeBounds) extends FakeSymbol

Fake symbol that represents wildcard symbol which will be converted to semanticdb symbol with

  • name: local...
  • SymbolInformation with signature TypeSignature of given type bound.
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product