case class Typed [ -T ]
extends ProxyTree with TermTree

expr : tpt

Constructors

Typed ( expr: Tree [ T ] , tpt: Tree [ T ] )

Members

[+] type ThisTree = [-T >: dotty.tools.dotc.ast.Trees.Untyped] => dotty.tools.dotc.ast.Trees.Typed[T] (not handled)

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val expr : Tree [ T ]
[+] val tpt : Tree [ T ]
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( expr: Tree [ T ] , tpt: Tree [ T ] ) : Typed [ T ]
[+] def copy$default$1 : Tree [ T ]
[+] def copy$default$2 : Tree [ T ]
[+] def forwardTo : Tree [ T ]