WildcardTypeSymbol

dotty.tools.dotc.semanticdb.Scala3.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.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FakeSymbol
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product