case class ByNameTypeTree [ -T ]
extends Tree with TypTree

=> T

Constructors

ByNameTypeTree ( result: Tree [ T ] )

Members

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

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val result : Tree [ T ]
[+] def _1 : T1
[+] def copy ( result: Tree [ T ] ) : ByNameTypeTree [ T ]
[+] def copy$default$1 : Tree [ T ]